mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-07 23:43:30 +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",
|
"pretrained_model_name": "gpt-3.5-turbo",
|
||||||
"provides": "FastChatOpenAILLMChain",
|
"provides": "FastChatOpenAILLMChain",
|
||||||
"local_model_path": None,
|
"local_model_path": None,
|
||||||
"api_base_url": "https://api.openapi.com/v1",
|
"api_base_url": "https://api.openai.com/v1",
|
||||||
"api_key": ""
|
"api_key": ""
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user