mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-04 21:06:03 +00:00
阿里云百炼适配
新增阿里云请求器配置、阿里云模型配置、阿里云令牌配置 新增硅基模型配置
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
],
|
||||
"siliconflow": [
|
||||
"xxxxxxx"
|
||||
],
|
||||
"aliyun": [
|
||||
"sk-aliyun_token"
|
||||
]
|
||||
},
|
||||
"requester": {
|
||||
@@ -79,6 +82,11 @@
|
||||
"base-url": "https://api.siliconflow.cn/v1",
|
||||
"args": {},
|
||||
"timeout": 120
|
||||
},
|
||||
"aliyun-chat-completions": {
|
||||
"args": {},
|
||||
"base-url": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||
"timeout": 120
|
||||
}
|
||||
},
|
||||
"model": "gpt-4o",
|
||||
|
||||
Reference in New Issue
Block a user