fix #1638: baichuan-api未正确配置

This commit is contained in:
liunux4odoo 2023-10-05 22:46:31 +08:00
parent 0304279545
commit 387b4cb967
2 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,9 @@ FSCHAT_MODEL_WORKERS = {
"qwen-api": {
"port": 21006,
},
"baichuan-api": {
"port": 21007,
},
}
# fastchat multi model worker server

View File

@ -4,3 +4,4 @@ from .xinghuo import XingHuoWorker
from .qianfan import QianFanWorker
from .fangzhou import FangZhouWorker
from .qwen import QwenWorker
from .baichuan import BaiChuanWorker