feat: 通过元数据生成模型列表

This commit is contained in:
RockChinQ
2024-03-16 21:43:09 +08:00
parent 9489783846
commit 97449065df
4 changed files with 113 additions and 163 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"list": [
{
"name": "default",
"requester": "openai-chat-completion",
"token_mgr": "openai",
"tool_call_supported": false
},
{
"name": "gpt-3.5-turbo",
"tool_call_supported": true
},
{
"name": "gpt-4",
"tool_call_supported": true
},
{
"name": "gpt-4-turbo-preview",
"tool_call_supported": true
},
{
"name": "gpt-4-32k",
"tool_call_supported": true
},
{
"model_name": "SparkDesk",
"name": "OneAPI/SparkDesk"
},
{
"model_name": "gemini-pro",
"name": "OneAPI/gemini-pro"
}
]
}