Sidharth Mohanty 6864b4207b Dockerize discord bot and update docs to run the bot correctly (#919) 1 năm trước cách đây
..
.dockerignore 0b72269e18 add: support for discord bot (#412) 2 năm trước cách đây
.gitignore 0b72269e18 add: support for discord bot (#412) 2 năm trước cách đây
Dockerfile 6864b4207b Dockerize discord bot and update docs to run the bot correctly (#919) 1 năm trước cách đây
README.md 6864b4207b Dockerize discord bot and update docs to run the bot correctly (#919) 1 năm trước cách đây
discord_bot.py 8e0f05055e Add chat feature to discord_bot example (#643) 1 năm trước cách đây
docker-compose.yml 0b72269e18 add: support for discord bot (#412) 2 năm trước cách đây
requirements.txt cb59b0b5e4 Bump embedchain package version in examples (#639) 1 năm trước cách đây
variables.env 0b72269e18 add: support for discord bot (#412) 2 năm trước cách đây

README.md

Discord Bot

This is a docker template to create your own Discord bot using the embedchain package. To know more about the bot and how to use it, go here.

To run this use the following command,

docker run --name discord-bot -e OPENAI_API_KEY=sk-xxx -e DISCORD_BOT_TOKEN=xxx -p 8080:8080 embedchain/discord-bot:latest