Spaces:
Sleeping
Sleeping
File size: 344 Bytes
0389a81 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Example environment variables file
# Copy this to .env and fill in your actual values
# OpenAI API Key
OPENAI_API_KEY=your_openai_api_key_here
# Hugging Face Token
HF_TOKEN=your_huggingface_token_here
# Tavily API Key
TAVILY_API_KEY=your_tavily_api_key_here
# Any other API keys or configuration needed
# MODEL_NAME=your_model_name_here |