Bootcamp week 4: Add SecureCode AI - an AI-powered code security and performance analyzer
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user