knmlprz / ChatKNML

ChatKNML is a Python-based chatbot powered by Large Language Models (LLMs) with an integrated Discord interface designed to respond to queries related to the Machine Learning Science Club and Rzeszów university of technology.
MIT License
4 stars 1 forks source link

Discord endpoint #133

Open sand194 opened 6 months ago

sand194 commented 6 months ago

Endpoint to ask LLM a question through Discord and support for (native) slash commands.

Disclaimer: I couldn't find a way to change function show into slash command (at least not yet) because native commands do not return more than 1 message, at least not in the way it is coded here.