kevinthedang / discord-ollama

Discord Bot that utilizes Ollama to interact with any Large Language Models to talk with users and allow them to host/create their own models.
Creative Commons Attribution 4.0 International
65 stars 6 forks source link

User Preferences Fix #83

Closed kevinthedang closed 1 month ago

kevinthedang commented 1 month ago

Fixes

Notes

kevinthedang commented 1 month ago

The reason why we remove "client" is because the client for this interaction is the bot, but we don't want that bots Info. We want the info of the user that performed that interaction.

@JT2M0L3Y