Spaces:
Running
Running
File size: 472 Bytes
ee61b59 9c28499 ee61b59 9c28499 ee61b59 9c28499 c0da66d 9c28499 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
---
title: CV Chatbot
sdk: docker
app_port: 7860
---
# CV Chatbot
RAG-based chatbot for answering questions about professional background and experience.
## Configuration
Set environment variables in Space secrets:
- `LLM_PROVIDER` - Set to `local` (default) or `huggingface`
- `HUGGINGFACE_API_KEY` - Required if using HuggingFace Inference API
- `SESSION_TOKEN_SECRET` - Optional, for session auth
- `CLIENT_APP_ORIGINS` - Optional, comma-separated allowed origins
|