Test / .env
Krrish-shetty's picture
Upload 3 files
351fc56 verified
raw
history blame contribute delete
326 Bytes
# Hugging Face API Configuration
HUGGINGFACE_API_TOKEN=your_huggingface_token_here
# Model Configuration
EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
LLM_MODEL=microsoft/DialoGPT-medium
# Application Configuration
CHUNK_SIZE=1000
CHUNK_OVERLAP=200
MAX_TOKENS=512
TEMPERATURE=0.7