| # API Keys - Replace with your actual key (remove quotes) | |
| GROQ_API_KEY=your_groq_api_key_here | |
| # Model Settings | |
| DEFAULT_LLM_MODEL=deepseek-r1-distill-llama-70b | |
| DEFAULT_EMBEDDING_MODEL=all-MiniLM-L6-v2 | |
| # Performance Settings | |
| MAX_RETRIES=2 | |
| CHUNK_SIZE=2000 | |
| CHUNK_OVERLAP=50 |