Fix default LLM model to claude-3-haiku (compatible with API key tier)
This commit is contained in:
@@ -13,9 +13,9 @@ from shared import DASHBOARD_API, api_request
|
||||
|
||||
# Default models per provider
|
||||
DEFAULT_MODELS = {
|
||||
"anthropic": "claude-sonnet-4-5-20250514",
|
||||
"anthropic": "claude-3-haiku-20240307",
|
||||
"openai": "gpt-4o-mini",
|
||||
"litellm": "anthropic/claude-sonnet-4-5-20250514",
|
||||
"litellm": "anthropic/claude-3-haiku-20240307",
|
||||
"ollama": "llama3",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user