-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenv.sample
51 lines (32 loc) · 1.11 KB
/
env.sample
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
####################################################################
# general settings
#
VERSION=0.2
####################################################################
# Repco DB access
DSN="dbname=repco user=repco password=repco host=nanu"
####################################################################
# overall decision: which LLM proider to use
#
LLM_PROVIDER=anthropic
LLM_PROVIDER=openai
####################################################################
# For counting tokens only (file: tokens.py)
# Get your Voyage API key here: https://voyageai.com/
#
VOYAGE_API_KEY=pa-...
####################################################################
# LLM API keys
#
OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-api03-...
####################################################################
# langsmith support
LANGCHAIN_TRACING_V2=true
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
LANGCHAIN_API_KEY="ls__..."
LANGCHAIN_PROJECT="cba_llm"
ANONYMIZED_TELEMETRY=False
# Deepl API
# https://developers.deepl.com/docs/v/de/api-reference/translate/openapi-spec-for-text-translation
DEEPL_API_KEY=...