SecurityIncidentAnalyzer / .env.example
Debashis
Initial commit: Security Incident Analyzer with LLM integration
0355450
raw
history blame contribute delete
344 Bytes
# Environment configuration template
# LLM Provider selection: openai, local, or mock (default: mock)
LLM_PROVIDER=mock
# For OpenAI provider
OPENAI_API_KEY=
# Model name (optional - uses defaults if not set)
# For OpenAI: gpt-4-turbo
# For local: mistral:7b
# For mock: mock-analyzer-v1
LLM_MODEL=
# Debug mode (true or false)
DEBUG=false