summaryrefslogtreecommitdiff
path: root/backend/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/config.py')
-rw-r--r--backend/config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/config.py b/backend/config.py
index a9cf7c4..cf8fcb4 100644
--- a/backend/config.py
+++ b/backend/config.py
@@ -10,14 +10,14 @@ OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
# Council members - list of OpenRouter model identifiers
COUNCIL_MODELS = [
- "openai/gpt-5.1",
+ "openai/gpt-5.2",
"google/gemini-3-pro-preview",
- "anthropic/claude-sonnet-4.5",
+ "anthropic/claude-opus-4.6",
"x-ai/grok-4",
]
# Chairman model - synthesizes final response
-CHAIRMAN_MODEL = "google/gemini-3-pro-preview"
+CHAIRMAN_MODEL = "anthropic/claude-opus-4.6"
# OpenRouter API endpoint
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"