mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-01-31 19:33:26 +08:00
Update model_config.py
fix openai api url
This commit is contained in:
parent
3f627af745
commit
db80358df8
@ -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": ""
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user