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

@@ -14,6 +14,6 @@ DISCORD_IP = IP_ADDRESS
# subnet address, ex. 172.18.0.0 as we use /16.
SUBNET_ADDRESS = ADDRESS
# redis port and ip
# redis port and ip, default redis port is 6379
REDIS_IP = IP_ADDRESS
REDIS_PORT = PORT