This repository was archived by the owner on Jul 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy path.env
More file actions
73 lines (53 loc) · 1.35 KB
/
.env
File metadata and controls
73 lines (53 loc) · 1.35 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 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 Mistral
MISTRAL_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_KEY=
AZURE_OPENAI_GPT_DEPLOYMENT=
AZURE_OPENAI_GPT_API_VERSION=
AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT=
AZURE_OPENAI_EMBEDDINGS_API_VERSION=
AZURE_OPENAI_WHISPER_DEPLOYMENT=
AZURE_OPENAI_WHISPER_API_VERSION=
# For using Llama on Azure
AZURE_LLAMA_BASEURL=
AZURE_LLAMA_KEY=
# For using Bedrock
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
# 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 Brave (tool)
BRAVE_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
GEMINI_API_KEY=
# For using Albert API (French Sovereign AI)
ALBERT_API_KEY=
ALBERT_API_URL=
# For MariaDB store. Server defined in compose.yaml
MARIADB_URI=pdo-mysql://root@127.0.0.1:3309/my_database