Text Files As Prompts (#156)

* Add: .txt file reading

* Update: version increment
This commit is contained in:
Kevin Dang
2025-01-31 14:12:11 -08:00
committed by GitHub
parent 2ea77c92f0
commit 2a39e20fee
6 changed files with 26 additions and 10 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.8.1
image: kevinthedang/discord-ollama:0.8.2
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
OLLAMA_IP: ${OLLAMA_IP}