mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-05 22:33:24 +08:00
更新model_config.py.example: 更改所有模型的默认端口为8888
This commit is contained in:
parent
6c00c03faa
commit
1a40d464be
@ -46,7 +46,7 @@ llm_model_dict = {
|
|||||||
|
|
||||||
"chatglm-6b-int4": {
|
"chatglm-6b-int4": {
|
||||||
"local_model_path": "THUDM/chatglm-6b-int4",
|
"local_model_path": "THUDM/chatglm-6b-int4",
|
||||||
"api_base_url": "http://localhost:8001/v1", # "name"修改为fastchat服务中的"api_base_url"
|
"api_base_url": "http://localhost:8888/v1", # "name"修改为fastchat服务中的"api_base_url"
|
||||||
"api_key": "EMPTY"
|
"api_key": "EMPTY"
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ llm_model_dict = {
|
|||||||
|
|
||||||
"vicuna-13b-hf": {
|
"vicuna-13b-hf": {
|
||||||
"local_model_path": "",
|
"local_model_path": "",
|
||||||
"api_base_url": "http://localhost:8000/v1", # "name"修改为fastchat服务中的"api_base_url"
|
"api_base_url": "http://localhost:8888/v1", # "name"修改为fastchat服务中的"api_base_url"
|
||||||
"api_key": "EMPTY"
|
"api_key": "EMPTY"
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -85,6 +85,7 @@ llm_model_dict = {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# LLM 名称
|
# LLM 名称
|
||||||
LLM_MODEL = "chatglm2-6b"
|
LLM_MODEL = "chatglm2-6b"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user