add model config and update settings

This commit is contained in:
qixinbo
2026-03-14 19:56:34 +08:00
parent 98d99ded37
commit 6089192575
9 changed files with 642 additions and 202 deletions
+20
View File
@@ -0,0 +1,20 @@
[
{
"id": "m1773487590",
"provider": "zhipuai",
"model": "glm-4-7-251222",
"api_key": "secret",
"api_base": "https://ark.cn-beijing.volces.com/api/v3",
"extra_headers": null,
"is_active": true
},
{
"id": "deny1",
"provider": "openai",
"model": "gpt-4o",
"api_key": null,
"api_base": "https://api.openai.com/v1",
"extra_headers": null,
"is_active": false
}
]