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

@@ -7,7 +7,7 @@ services:
build: ./ # find docker file in designated path
container_name: discord
restart: always # rebuild container always
image: kevinthedang/discord-ollama:0.5.11
image: kevinthedang/discord-ollama:0.6.0
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
MODEL: ${MODEL}