ai-lawyer / .env.example
Dhruv Pawar
Initial commit of AI-Lawyer project
68aa9b8
raw
history blame contribute delete
271 Bytes
# 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