Spaces:
Sleeping
Sleeping
| # 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 |