🚀 Auto-deploy: BotVPS atualizado em 29/04/2026 00:14:20
This commit is contained in:
@@ -34,8 +34,8 @@ LLM_PROVIDERS = {
|
|||||||
"openrouter": {
|
"openrouter": {
|
||||||
"name": "OpenRouter",
|
"name": "OpenRouter",
|
||||||
"type": "api",
|
"type": "api",
|
||||||
"models": ["liquid/lfm-2.5-1.2b-instruct", "google/gemini-2.0-flash-001", "deepseek/deepseek-chat"],
|
"models": ["inclusionai/ling-2.6-flash:free", "google/gemini-2.0-flash-001", "deepseek/deepseek-chat"],
|
||||||
"default": "liquid/lfm-2.5-1.2b-instruct",
|
"default": "inclusionai/ling-2.6-flash:free",
|
||||||
"endpoint": "https://openrouter.ai/api/v1"
|
"endpoint": "https://openrouter.ai/api/v1"
|
||||||
},
|
},
|
||||||
"ollama": {
|
"ollama": {
|
||||||
@@ -55,7 +55,7 @@ def get_orchestrator_config() -> dict:
|
|||||||
"""Retorna config do orchestrator."""
|
"""Retorna config do orchestrator."""
|
||||||
cfg = get_config()
|
cfg = get_config()
|
||||||
return cfg.get("orchestrator", {
|
return cfg.get("orchestrator", {
|
||||||
"planner": {"provider": "openrouter", "model": "liquid/lfm-2.5-1.2b-instruct"},
|
"planner": {"provider": "openrouter", "model": "inclusionai/ling-2.6-flash:free"},
|
||||||
"executor": {"provider": "ollama", "model": "llama3.2:1b"}
|
"executor": {"provider": "ollama", "model": "llama3.2:1b"}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user