Message Attachment Image Recognition (#118)

* Add: Image recognition

* Fix: Non-Attachment Query

* Update: version increment

* Remove: Debugging logs from buffer file

* Add: comments for bufferHandler
This commit is contained in:
Kevin Dang
2024-09-18 20:28:23 -07:00
committed by GitHub
parent 36a0cd309b
commit e3b0c9abe4
8 changed files with 74 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discord-ollama",
"version": "0.5.11",
"version": "0.6.0",
"description": "Ollama Integration into discord",
"main": "build/index.js",
"exports": "./build/index.js",