diff --git a/erniebot-agent/src/erniebot_agent/file/remote_file.py b/erniebot-agent/src/erniebot_agent/file/remote_file.py index 1357564d9..d2f9d2742 100644 --- a/erniebot-agent/src/erniebot_agent/file/remote_file.py +++ b/erniebot-agent/src/erniebot_agent/file/remote_file.py @@ -139,7 +139,7 @@ class AIStudioFileClient(RemoteFileClient): """ - _BASE_URL: Final[str] = "https://sandbox-aistudio.baidu.com" + _BASE_URL: Final[str] = "https://aistudio.baidu.com" _UPLOAD_ENDPOINT: Final[str] = "/llm/lmapp/files" _RETRIEVE_ENDPOINT: Final[str] = "/llm/lmapp/files/{file_id}" _RETRIEVE_CONTENTS_ENDPOINT: Final[str] = "/llm/lmapp/files/{file_id}/content"