-
Notifications
You must be signed in to change notification settings - Fork 11
/
.env.example
36 lines (25 loc) · 977 Bytes
/
.env.example
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
# REPLIT SETTINGS
# USE THE SECRETS TAB ON REPLIT TO INPUT THESE VALUES
# The .env file is used to store the API keys and other sensitive information for the application when not hosted on Replit.
# APPLICATION SETTINGS
# LLM_MODEL=OpenAI
## LOCAL MODEL CONFIG
#OPENAI_API_BASE=http://192.168.0.178:5000/v1
#OPENAI_MODEL_NAME=anything-goes-here
#OPENAI_API_KEY=sk-no-key-needed-leave-as-is
## OPENAI CONFIG
OPENAI_MODEL_NAME=gpt-3.5-turbo
OPENAI_API_KEY=sk-put-your-key-here
## LANGSMITH CONFIG (OPTIONAL)
#LANGCHAIN_TRACING_V2=true
#LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
#LANGCHAIN_API_KEY="lsv2_pt_your-api-key
#LANGCHAIN_PROJECT="project-name"
# TOOLS SETTINGS
# testnet or mainnet
NETWORK=testnet
# seed phrase for scripts to use
MNEMONIC=use a twelve or twenty four word seed phrase for the scripts and be sure to keep it safe and never share with anyone
# the index of the account to use for the scripts
# first account = index 0
ACCOUNT_INDEX=0