updated llmcfg example
This commit is contained in:
+7
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"reasoning_enabled": false,
|
||||
"temperature": 0.7,
|
||||
"active_provider": "deepinfra",
|
||||
"active_provider": "opencode-zen",
|
||||
"providers": {
|
||||
"pollinations": {
|
||||
"base_url": "https://text.pollinations.ai/openai",
|
||||
@@ -9,6 +9,12 @@
|
||||
"model": "openai-fast",
|
||||
"extra_headers": {}
|
||||
},
|
||||
"opencode-zen": {
|
||||
"base_url": "https://opencode.ai/zen/v1",
|
||||
"api_key": "",
|
||||
"model": "minimax-m2.1-free",
|
||||
"extra_headers": {}
|
||||
},
|
||||
"deepinfra": {
|
||||
"base_url": "https://api.deepinfra.com/v1/openai",
|
||||
"api_key": "",
|
||||
|
||||
Reference in New Issue
Block a user