updated llmcfg example

This commit is contained in:
Luxferre
2025-12-30 17:10:09 +02:00
parent f4dece67e1
commit 08c36ad0b0
+7 -1
View File
@@ -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": "",