13 commenti (13 commenti)0 reazioni (0 reazioni)1 assegnatario (1 assegnatario)Python37.363 star (37.363 star)3263 fork (3263 fork)batch import
good first issueinference
Descrizione
- analyze what the web-frontend is doing at the /chat route
- translate that into instructions on how to potentially set up a discord bot
- Tipo issue
- documentation
- Direzione di ricerca
- 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.