🚀 Auto-deploy: BotVPS atualizado em 29/04/2026 00:04:37
This commit is contained in:
@@ -34,8 +34,8 @@ LLM_PROVIDERS = {
|
|||||||
"openrouter": {
|
"openrouter": {
|
||||||
"name": "OpenRouter",
|
"name": "OpenRouter",
|
||||||
"type": "api",
|
"type": "api",
|
||||||
"models": ["qwen/qwen-2.5-72b-instruct", "google/gemini-2.0-flash-001"],
|
"models": ["google/gemini-2.0-flash-001", "qwen/qwen-2.5-72b-instruct", "deepseek/deepseek-chat"],
|
||||||
"default": "qwen/qwen-2.5-72b-instruct",
|
"default": "google/gemini-2.0-flash-001",
|
||||||
"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": "qwen/qwen-2.5-72b-instruct"},
|
"planner": {"provider": "openrouter", "model": "google/gemini-2.0-flash-001"},
|
||||||
"executor": {"provider": "ollama", "model": "llama3.2:1b"}
|
"executor": {"provider": "ollama", "model": "llama3.2:1b"}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user