Multi model support

This commit is contained in:
2025-11-16 02:44:44 +08:00
parent a035b23242
commit 788326381f
3 changed files with 187 additions and 60 deletions

View File

@@ -20,9 +20,22 @@
"Insecure": true
},
"Thinking": {
"Provider": "deepseek",
"Model": "deepseek-chat",
"ModelAvailable": ["deepseek-chat", "deepseek-reasoner"],
"ApiKey": "sk-bd20f6a2e9fa40b98c46899baa0e9f09"
"DefaultService": "deepseek-chat",
"Services": {
"deepseek-chat": {
"Provider": "deepseek",
"Model": "deepseek-chat",
"ApiKey": "sk-",
"BillingMultiplier": 1.0,
"PerkLevel": 0
},
"deepseek-reasoner": {
"Provider": "deepseek",
"Model": "deepseek-reasoner",
"ApiKey": "sk-",
"BillingMultiplier": 1.5,
"PerkLevel": 1
}
}
}
}
}