-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.env
51 lines (36 loc) · 884 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# You only need to fill in the values when running the examples, see examples/
# For using GPT on OpenAI
OPENAI_API_KEY=
# For using Claude on Anthropic
ANTHROPIC_API_KEY=
# For using Voyage
VOYAGE_API_KEY=
# For using Replicate
REPLICATE_API_KEY=
# For using Ollama
OLLAMA_HOST_URL=
# For using GPT on Azure
AZURE_OPENAI_BASEURL=
AZURE_OPENAI_DEPLOYMENT=
AZURE_OPENAI_VERSION=
AZURE_OPENAI_KEY=
# For using Llama on Azure
AZURE_LLAMA_BASEURL=
AZURE_LLAMA_KEY=
# Hugging Face Access Token
HUGGINGFACE_KEY=
# For using OpenRouter
OPENROUTER_KEY=
# For using SerpApi (tool)
SERP_API_KEY=
# For using Tavily (tool)
TAVILY_API_KEY=
# For using MongoDB Atlas (store)
MONGODB_URI=
# For using Pinecone (store)
PINECONE_API_KEY=
PINECONE_HOST=
# Some examples are expensive to run, so we disable them by default
RUN_EXPENSIVE_EXAMPLES=false
# For using Gemini
GOOGLE_API_KEY=