File size: 771 Bytes
43199e3 a605490 0c44617 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# Core API Keys
TAVILY_API_KEY=your-tavily-key
OPENAI_API_KEY=your-openai-key
GOOGLE_API_KEY=your-google-key
# Huggingface SpaceID - if you want run and submit the answers outside of the HF space
SPACE_ID=your-huggingface-space
HF_TOKEN=your-huggingface-token
# If running on Windows, configure the
CHESS_ENGINE_PATH=stock-fish-engine-location-here
# Configure this if you want to enable observability with LangSmith
LANGSMITH_API_KEY=your-langsmith-key
LANGSMITH_TRACING=false
LANGSMITH_PROJECT=gaia_agent
# Flag indicating whether the agent will work in submission mode or not.
# If submission mode is on the agent will retrieve 20 questions and submit their answers
# If submission mode is off the agent will accept questions from the user
SUBMISSION_MODE_ON=False |