Update .env.example with tool-supporting model defaults

This commit is contained in:
Thomas Marchand
2025-12-15 10:22:21 +00:00
parent 279281c038
commit cfa31deaf9

View File

@@ -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)