Spaces:
Sleeping
Sleeping
Change config.py :: Add AUTO_MODEL
Browse files
config.py
CHANGED
@@ -8,6 +8,7 @@ class Config:
|
|
8 |
# the newest OpenAI model is "gpt-4o" which was released May 13, 2024.
|
9 |
OPENAI_MODEL = "gpt-4o"
|
10 |
GEMINI_MODEL = "google/gemini-2.0-flash-exp:free"
|
|
|
11 |
# CLAUDE_MODEL = "anthropic/claude-3-sonnet:free"
|
12 |
CLAUDE_MODEL = "anthropic/claude-3.5-sonnet"
|
13 |
OPENROUTER_API_BASE = "https://openrouter.ai/api/v1"
|
|
|
8 |
# the newest OpenAI model is "gpt-4o" which was released May 13, 2024.
|
9 |
OPENAI_MODEL = "gpt-4o"
|
10 |
GEMINI_MODEL = "google/gemini-2.0-flash-exp:free"
|
11 |
+
AUTO_MODEL = "openrouter/auto"
|
12 |
# CLAUDE_MODEL = "anthropic/claude-3-sonnet:free"
|
13 |
CLAUDE_MODEL = "anthropic/claude-3.5-sonnet"
|
14 |
OPENROUTER_API_BASE = "https://openrouter.ai/api/v1"
|