Spaces:
Build error
Build error
| # 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 | |