13 comments (13 comments)0 reactions (0 reactions)1 assignee (1 assignee)Python37,363 stars (37,363 stars)3,263 forks (3,263 forks)batch import
good first issueinference
Description
- analyze what the web-frontend is doing at the /chat route
- translate that into instructions on how to potentially set up a discord bot
- Issue type
- documentation
- Research direction
- Start by examining the web frontend code handling the /chat route, likely located in the frontend directory. Understand the API calls made to the inference backend. Then, based on those interactions, outline steps for a Discord bot to replicate similar requests. Review any existing Discord bot integrations in the repository for patterns.