mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-12 22:00:57 +00:00
feat: 模型视觉多模态支持
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
"name": "gpt-4-32k",
|
||||
"tool_call_supported": true
|
||||
},
|
||||
{
|
||||
"name": "gpt-4o",
|
||||
"tool_call_supported": true
|
||||
},
|
||||
{
|
||||
"model_name": "SparkDesk",
|
||||
"name": "OneAPI/SparkDesk"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"enable-chat": true,
|
||||
"enable-vision": false,
|
||||
"keys": {
|
||||
"openai": [
|
||||
"sk-1234567890"
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"admin-sessions": [],
|
||||
"oss": [
|
||||
{
|
||||
"type": "aliyun",
|
||||
"endpoint": "https://oss-cn-hangzhou.aliyuncs.com",
|
||||
"public-read-base-url": "https://qchatgpt.oss-cn-hangzhou.aliyuncs.com",
|
||||
"access-key-id": "LTAI5tJ5Q5J8J6J5J5J5J5J5",
|
||||
"access-key-secret": "xxxxxx",
|
||||
"bucket": "qchatgpt",
|
||||
"prefix": "qchatgpt",
|
||||
"enable": false
|
||||
}
|
||||
],
|
||||
"network-proxies": {
|
||||
"http": null,
|
||||
"https": null
|
||||
|
||||
Reference in New Issue
Block a user