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
45 stars 5 forks source link

Discord Message Length Limiter #25

Closed kevinthedang closed 3 months ago

kevinthedang commented 3 months ago

Issue

Workaround

References

kevinthedang commented 3 months ago

Notes

kevinthedang commented 3 months ago

To avoid some complexity, we will not implement the "Attachments" feature for now and just make sure this is working as intended first. If problems arise where generations somehow breach more than >4000 tokens, then we can readdress this as needed with other solutions.