| # Hugging Face API | |
| HF_TOKEN=your_hf_token | |
| HF_API_ENDPOINT_URL=https://zxzbfrlg3ssrk7d9.us-east-1.aws.endpoints.huggingface.cloud/v1/ | |
| # External APIs | |
| TAVILY_API_KEY=your_tavily_key | |
| OPENWEATHER_API_KEY=your_weather_key | |
| NASA_API_KEY=your_nasa_key | |
| # Redis | |
| REDIS_HOST=localhost | |
| REDIS_PORT=6379 | |
| REDIS_USERNAME=your_redis_user | |
| REDIS_PASSWORD=your_redis_pass | |
| # Local Model | |
| LOCAL_MODEL_NAME=mistral-7b | |
| # Ollama | |
| OLLAMA_HOST=http://localhost:11434 | |