Dependency Upgrade (#111)

* update: dependency upgrade

* update: version increment
This commit is contained in:
Kevin Dang
2024-08-31 15:20:54 -07:00
committed by GitHub
parent 6e6467c2a5
commit 2caf54346a
3 changed files with 701 additions and 274 deletions

View File

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