| # Hugging Face Settings | |
| HF_TOKEN=your_huggingface_token_here | |
| HF_API_ENDPOINT_URL=https://api-inference.huggingface.co/v1/ | |
| USE_FALLBACK=false | |
| # API Keys | |
| TAVILY_API_KEY=your_tavily_api_key_here | |
| OPENWEATHER_API_KEY=your_openweather_api_key_here | |
| NASA_API_KEY=your_nasa_api_key_here | |
| # Redis Configuration | |
| REDIS_HOST=localhost | |
| REDIS_PORT=6379 | |
| REDIS_USERNAME= | |
| REDIS_PASSWORD= | |
| REDIS_RETRIES=3 | |
| REDIS_RETRY_DELAY=1 | |
| # Model Configuration - Use the exact model name from Ollama | |
| LOCAL_MODEL_NAME=mistral:latest | |
| OLLAMA_HOST=https://ace32bd59aef.ngrok-free.app | |