13 Kommentare (13 Kommentare)0 Reaktionen (0 Reaktionen)1 zugewiesene Person (1 zugewiesene Person)Python37.363 Stars (37.363 Stars)3.263 Forks (3.263 Forks)batch import
good first issueinference
Beschreibung
- 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-Richtung
- 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.