mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-27 22:15:00 +00:00
docs: add discord-bot example (#126)
This commit is contained in:
parent
16773e2a35
commit
54b5eadcc4
8 changed files with 76 additions and 3 deletions
6
examples/discord-bot/.env.example
Normal file
6
examples/discord-bot/.env.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
OPENAI_API_KEY=x
|
||||
DISCORD_BOT_TOKEN=x
|
||||
DISCORD_CLIENT_ID=x
|
||||
OPENAI_API_BASE=http://api:8080
|
||||
ALLOWED_SERVER_IDS=x
|
||||
SERVER_TO_MODERATION_CHANNEL=1:1
|
Loading…
Add table
Add a link
Reference in a new issue