-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
46 lines (37 loc) · 1.29 KB
/
.env.example
File metadata and controls
46 lines (37 loc) · 1.29 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
# OpenAI Configuration (required if using the Openai LLM Plugin)
OPENAI_API_KEY=
# Anthropic Configuration (required if using the Anthropic LLM Plugin)
ANTHROPIC_API_KEY=
# Fill these out if you want to use Discord (required if using the Discord plugin)
DISCORD_APPLICATION_ID=
DISCORD_API_TOKEN=
# Fill these out if you want to use Postgres (required if using custom postgres url like neon db or railways)
POSTGRES_URL=
# Fill these out if you want to use Telegram (required if using the Telegram plugin)
TELEGRAM_BOT_TOKEN=
# Fill these out if you want to use Twitter (required if using the Twitter plugin)
TWITTER_USERNAME=
TWITTER_PASSWORD=
TWITTER_EMAIL=
TWITTER_ENABLE_POST_GENERATION=
# Fill these out if you want to use EVM (required if using any wallet plugin)
EVM_PRIVATE_KEY=
EVM_CHAINS=mainnet,sepolia,base,arbitrum,polygon
EVM_PROVIDER_URL=
# Fill these out if you want to use Solana
SOLANA_PUBLIC_KEY=
SOLANA_PRIVATE_KEY=
BIRDEYE_API_KEY=
# Ollama Configuration (required if using the OLLAMA plugin)
OLLAMA_API_ENDPOINT=
OLLAMA_MODEL=
USE_OLLAMA_EMBEDDING=
OLLAMA_EMBEDDING_MODEL=
OLLAMA_SMALL_MODEL=
OLLAMA_MEDIUM_MODEL=
OLLAMA_LARGE_MODEL=
# StudioLM Configuration (required if using the StudioLM plugin)
STUDIOLM_SERVER_URL=
STUDIOLM_SMALL_MODEL=
STUDIOLM_MEDIUM_MODEL=
STUDIOLM_EMBEDDING_MODEL=