Removed GUILD_ID references (#109)

This commit is contained in:
Jonathan Smoley
2024-08-03 12:53:24 -07:00
committed by GitHub
parent b463b0a8cb
commit 6e6467c2a5
5 changed files with 1 additions and 6 deletions

View File

@@ -11,7 +11,6 @@ services:
image: kevinthedang/discord-ollama:0.5.9
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
GUILD_ID: ${GUILD_ID}
MODEL: ${MODEL}
CLIENT_UID: ${CLIENT_UID}
OLLAMA_IP: ${OLLAMA_IP}