Welcome to the DiscordLLM repository ! This project provides a discord bot to chat with Deepseek-Chat V2.
- Discord bot with a command to start a chat with a LLM (needs to be a Open AI Server)
- python = >=3.10,<3.12
- Poetry (https://python-poetry.org/)
git clone https://github.com/greg2705/DiscordLLM
cd DiscordLLM
poetry lock
poetry installCreate a .env file with your API_key (change the base_url too) and the discord_token.
poetry shell
cd discordllm
poetry python bot.py- More commands
- More backends
The code is not perfect and may contains bugs, don't hesitate to open a PR or a Issues.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.