Spaces:
Running
Running
File size: 235 Bytes
f6c5d2c |
1 2 3 4 5 6 7 8 9 |
# InsightFlow AI Environment Variables
# OpenAI API key
# Get from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Tavily API key
# Get from: https://tavily.com/
TAVILY_API_KEY=your_tavily_api_key_here
|