Bootcamp week 4: Add SecureCode AI - an AI-powered code security and performance analyzer

This commit is contained in:
Mohamed Salah
2025-10-27 13:16:14 +03:00
parent e8cfa78499
commit 0f74c215df
24 changed files with 1373 additions and 0 deletions

View File

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