diff --git a/llmcfg.example.json b/llmcfg.example.json index aef4588..90b7847 100644 --- a/llmcfg.example.json +++ b/llmcfg.example.json @@ -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": "",