From 880e26adfe380e999962fc645fc8fc80bd72f103 Mon Sep 17 00:00:00 2001 From: Tianbao Xie <47296835+Timothyxxx@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:04:33 +0800 Subject: [PATCH] Fix 'Error: Failed to make the request MAPS' (#107) * fix openai version * Fix the Error: Failed to make the request MAPS --- real_agents/plugins_agent/plugins/maps/ai-plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/real_agents/plugins_agent/plugins/maps/ai-plugin.json b/real_agents/plugins_agent/plugins/maps/ai-plugin.json index 24ac4d4..6f5e9d5 100644 --- a/real_agents/plugins_agent/plugins/maps/ai-plugin.json +++ b/real_agents/plugins_agent/plugins/maps/ai-plugin.json @@ -16,7 +16,7 @@ "type": "openapi", "url": "https://maps.smoothplugins.com/openapi.yaml" }, - "logo_url": "https://smoothplugins.com/img/plugin_logos2/maps1.png", + "logo_url": "https://www.smoothplugins.com/img/plugin_logos2/maps1.png", "contact_email": "makevoid@gmail.com", "legal_info_url": "https://smoothplugins.com/tos/2_maps_plugin_tos" },