From db80358df85731e7e67c9692c65513d9d25d74f3 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Tue, 25 Jul 2023 11:16:02 +0800 Subject: [PATCH] Update model_config.py fix openai api url --- configs/model_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/model_config.py b/configs/model_config.py index ed277ee..d608707 100644 --- a/configs/model_config.py +++ b/configs/model_config.py @@ -196,7 +196,7 @@ llm_model_dict = { "pretrained_model_name": "gpt-3.5-turbo", "provides": "FastChatOpenAILLMChain", "local_model_path": None, - "api_base_url": "https://api.openapi.com/v1", + "api_base_url": "https://api.openai.com/v1", "api_key": "" },