13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
# OpenRouter API Configuration
|
|
OPENROUTER_API_KEY=your-api-key-here
|
|
|
|
# Model Configuration (OpenRouter model names)
|
|
# Default: Meta Llama 3.1 8B Instruct (free tier)
|
|
SECURECODE_MODEL=meta-llama/llama-3.1-8b-instruct:free
|
|
|
|
# Alternative models you can try:
|
|
# SECURECODE_MODEL=openai/gpt-4o-mini
|
|
# SECURECODE_MODEL=anthropic/claude-3.5-sonnet
|
|
# SECURECODE_MODEL=google/gemini-2.0-flash-exp:free
|
|
# SECURECODE_MODEL=qwen/qwen-2.5-coder-32b-instruct
|