-
-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy path.env.template
44 lines (36 loc) · 1.06 KB
/
.env.template
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
# ==================================================================
# REQUIRED SETUP:
#
# 1. copy this file to ".env" and fill in the values.
# all values in this file are loaded into the environment
# for web and agent workers.
#
# 2. Restart containers after making changes.
#
# Values in this file will be used if not set for Chains via UX or API
# ==================================================================
# OpenAI is the default LLM used by predefined agents.
OPENAI_API_KEY=
# ==================================================================
# OPTIONAL SETUP:
#
# These values are only required when using the corresponding
# features.
# ==================================================================
# LangSmith logging (requires a LangSmith account)
# LANGCHAIN_TRACING_V2=true
# LANGCHAIN_ENDPOINT=https://api.smith.langchain.com
# LANGCHAIN_API_KEY=
# LANGCHAIN_PROJECT=default
# llms
GOOGLE_API_KEY=
ANTHROPIC_API_KEY=
# Pinecone
PINECONE_API_KEY=
PINECONE_ENV=
# search
GOOGLE_API_KEY=
GOOGLE_CX_ID=
WOLFRAM_APP_ID=
# METAPHOR
METAPHOR_API_KEY=