File size: 549 Bytes
f09ddb7
 
 
5082283
317d1fd
f09ddb7
 
 
 
317d1fd
f09ddb7
317d1fd
 
f09ddb7
 
5082283
 
317d1fd
5082283
 
1ca7ef3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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