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