fix: 模型调用错误
All checks were successful
Egg Server MIflow / build-image (push) Successful in 48s

This commit is contained in:
zhaoyingbo 2024-09-27 01:58:57 +00:00
parent c377c74998
commit 14a24f4373

View File

@ -24,12 +24,12 @@ const getLangfuse = async () => {
const modelMap = {
"deepseek-chat": {
model: "deepseek-chat",
apiKey: "",
apiKey: "xx",
baseURL: "http://10.38.214.162:8003/v1",
},
"qwen2-72b-instruct-int4": {
model: "qwen2-72b-instruct-int4",
apiKey: "",
apiKey: "xx",
baseURL: "http://10.38.214.206:8000/v1",
},
}