WIP - OpenRouter support and related refactoring
This commit is contained in:
@@ -8,6 +8,14 @@ GEMINI_API_KEY=your_gemini_api_key_here
|
||||
# Get your OpenAI API key from: https://platform.openai.com/api-keys
|
||||
OPENAI_API_KEY=your_openai_api_key_here
|
||||
|
||||
# Optional: OpenRouter for access to multiple models
|
||||
# Get your OpenRouter API key from: https://openrouter.ai/
|
||||
OPENROUTER_API_KEY=your_openrouter_api_key_here
|
||||
|
||||
# Optional: Restrict which models can be used via OpenRouter (recommended for cost control)
|
||||
# Example: OPENROUTER_ALLOWED_MODELS=gpt-4,claude-3-opus,mistral-large
|
||||
OPENROUTER_ALLOWED_MODELS=
|
||||
|
||||
# Optional: Default model to use
|
||||
# Options: 'auto' (Claude picks best model), 'pro', 'flash', 'o3', 'o3-mini'
|
||||
# When set to 'auto', Claude will select the best model for each task
|
||||
|
||||
Reference in New Issue
Block a user