forked from LlmKira/Openaibot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.exp
33 lines (24 loc) · 842 Bytes
/
.env.exp
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
# NOTE:If you want to share your bot to **everyone**
# GLOBAL_OAI_KEY=sk-xxx
# GLOBAL_OAI_MODEL=gpt-3.5-turbo-0613
# GLOBAL_OAI_ENDPOINT=https://api.openai.com/v1/
AMQP_DSN=amqp://admin:8a8a8a@localhost:5672/
# NOTE:NOT MUST,OR USE local file database # # #
# REDIS_DSN=redis://localhost:6379/0
# MONGODB_DSN=mongodb://admin:8a8a8a@localhost:27017/?authSource=admin
# NOT MUST # # #
# NOTE:When you have too much message, you can set it.
# STOP_REPLY=anything
# NOTE:sentry logger
# SENTRY_DSN=xxxx
# TELEGRAM_BOT_TOKEN=xxx
# TELEGRAM_BOT_PROXY_ADDRESS=socks5://127.0.0.1:7890
# DISCORD_BOT_TOKEN=xxx
# DISCORD_BOT_PROXY_ADDRESS=socks5://127.0.0.1:7890
# DISCORD_BOT_PREFIX=!
# KOOK_BOT_TOKEN=xxx
# SLACK_APP_TOKEN=xapp-***
# SLACK_BOT_TOKEN=xoxb-***
# SLACK_SIGNING_SECRET=xxxxxxxxxxxxx
# SLACK_BOT_PROXY_ADDRESS=http://
# PLUGIN_*