Streamlined Preferences Setup and Default Model (#148)

* Update: Streamlinded setup and Default Model

* Update: version increment
This commit is contained in:
Kevin Dang
2024-12-11 17:53:35 -08:00
committed by GitHub
parent d570a50d46
commit 6ac45afb13
9 changed files with 97 additions and 54 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.3
image: kevinthedang/discord-ollama:0.7.4
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
OLLAMA_IP: ${OLLAMA_IP}