Mental-Health-Chatbot / .env.example
Marwan-Tamer's picture
Prepare Hugging Face Spaces deployment
ca2008b
Raw
History Blame Contribute Delete
568 Bytes
GROQ_API_KEY=your_groq_api_key_here
LANGUAGE_MODEL_REPO_ID=your_hf_username/language-detector-model
LANGUAGE_MODEL_FILENAME=saved_lang_model.pkl
EMOTION_MODEL_ID=your_hf_username/emotion-detector-model
QDRANT_URL=https://your-cluster-url.qdrant.tech
QDRANT_API_KEY=your_qdrant_api_key_here
QDRANT_COLLECTION=mental_health_rag
EMBEDDING_MODEL_NAME=intfloat/multilingual-e5-base
EMBEDDING_BATCH_SIZE=2
TORCH_NUM_THREADS=1
# Optional: set this if Hugging Face models are cached outside the default user cache.
HUGGINGFACE_HUB_CACHE=path_to_your_huggingface_hub_cache