mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-05 06:03:14 +08:00
Update model_config.py.example (#2110)
This commit is contained in:
parent
4ed8f049ab
commit
ce7255dce1
@ -40,7 +40,7 @@ ONLINE_LLM_MODEL = {
|
|||||||
# 线上模型。请在server_config中为每个在线API设置不同的端口
|
# 线上模型。请在server_config中为每个在线API设置不同的端口
|
||||||
|
|
||||||
"openai-api": {
|
"openai-api": {
|
||||||
"model_name": "gpt-35-turbo",
|
"model_name": "gpt-3.5-turbo",
|
||||||
"api_base_url": "https://api.openai.com/v1",
|
"api_base_url": "https://api.openai.com/v1",
|
||||||
"api_key": "",
|
"api_key": "",
|
||||||
"openai_proxy": "",
|
"openai_proxy": "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user