Delete Model Command (#150)

* Add: Delete Model Command

* Update: version increment

* Update: new command to tests
This commit is contained in:
Kevin Dang
2024-12-14 17:06:08 -08:00
committed by GitHub
parent fe1f7ce5ec
commit 6c7e48d369
9 changed files with 79 additions and 20 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.7.5
image: kevinthedang/discord-ollama:0.8.0
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
OLLAMA_IP: ${OLLAMA_IP}