Update .env.example with tool-supporting model defaults
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
# =============================================================================
|
||||
OPENROUTER_API_KEY=sk-or-v1-your-key-here
|
||||
|
||||
# Default model for task execution (optional, defaults to openai/gpt-4.1-mini)
|
||||
DEFAULT_MODEL=openai/gpt-4.1-mini
|
||||
# Default model for task execution. Must support tool/function calling.
|
||||
# The ModelSelector automatically filters to tool-capable models.
|
||||
# Examples: anthropic/claude-3.5-sonnet, openai/gpt-4o, google/gemini-2.0-flash-001
|
||||
DEFAULT_MODEL=anthropic/claude-3.5-sonnet
|
||||
|
||||
# =============================================================================
|
||||
# Supabase (Required for memory/storage)
|
||||
|
||||
Reference in New Issue
Block a user