File size: 983 Bytes
e3a8460
 
 
 
 
 
 
 
 
 
 
 
 
ce87d42
2d3a434
dc47641
cb13db3
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
###########################################################
###  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"