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