13 commentaires (13 commentaires)0 réactions (0 réactions)1 assigné (1 assigné)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
- Type d'issue
- documentation
- Direction de recherche
- 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.