Compare commits
3 Commits
274e1e5273
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8e73f9ffdf | ||
|
|
99d97c696b | ||
|
|
c4bd0a0509 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,3 +19,4 @@ data/
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
frontend/.vite/.railway/
|
||||
.railway/
|
||||
|
||||
@@ -11,13 +11,13 @@ OPENROUTER_API_KEY = os.getenv("OPENROUTER_API_KEY")
|
||||
# Council members - list of OpenRouter model identifiers
|
||||
COUNCIL_MODELS = [
|
||||
"openai/gpt-4o",
|
||||
"google/gemini-3-pro-preview",
|
||||
"anthropic/claude-sonnet-4.5",
|
||||
"x-ai/grok-4.1-fast",
|
||||
"google/gemini-2.5-flash",
|
||||
"anthropic/claude-3.5-haiku",
|
||||
"x-ai/grok-3-mini",
|
||||
]
|
||||
|
||||
# Chairman model - synthesizes final response
|
||||
CHAIRMAN_MODEL = "google/gemini-3-pro-preview"
|
||||
CHAIRMAN_MODEL = "google/gemini-2.5-flash"
|
||||
|
||||
# OpenRouter API endpoint
|
||||
OPENROUTER_API_URL = "https://openrouter.ai/api/v1/chat/completions"
|
||||
|
||||
Reference in New Issue
Block a user