feat: 模型视觉多模态支持

This commit is contained in:
RockChinQ
2024-05-15 21:40:18 +08:00
parent 8807f02f36
commit d5b5d667a5
32 changed files with 596 additions and 72 deletions
+4
View File
@@ -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
View File
@@ -1,5 +1,6 @@
{
"enable-chat": true,
"enable-vision": false,
"keys": {
"openai": [
"sk-1234567890"
+12
View File
@@ -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