Update model_config.py

fix openai api url
This commit is contained in:
imClumsyPanda 2023-07-25 11:16:02 +08:00 committed by GitHub
parent 3f627af745
commit db80358df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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": ""
},