lwant's picture
Add `OPENAI_API_KEY` support in `gaia_solving_agent` and update `.example.env` with example key.
ce87d42
###########################################################
### Example .env file
### Real .env should not be shared, never pushed to git, etc.
###
### Make a copy and modify at need (e.g. .dev.env)
### Symlink the copy to the .env using the bash command :
### ln -s .dev.env .env
###
### As long as the symlink is active, modifications in .dev.env
### will be reported in .env, thus updating the app global env
###########################################################
HF_TOKEN = "hf_xxxxxx"
OPENAI_API_KEY = "sk-proj-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxx-x-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxx-xx-xxxxx"
NEBIUS_API_TOKEN = "xxxxxxxx"
MISTRAL_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# See https://docs.llamaindex.ai/en/stable/module_guides/observability/#llamatrace-hosted-arize-phoenix
PHOENIX_API_KEY = "xxxxxxxxxxxxxxxxxxx:xxxxxxx"
TAVILY_API_KEY = "tvly-dev-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"