Fixed play command

This commit is contained in:
2024-09-05 11:01:08 -04:00
parent fce4a0a4a2
commit bce363db7e
23 changed files with 410 additions and 552 deletions

4
.env
View File

@@ -1,4 +1,4 @@
RUST_LOG=warn,service=debug
RUST_LOG=warn,siren=info
DATABASE_USER=siren
DATABASE_PASSWORD=CHANGEME # Change this to a secure password
@@ -21,6 +21,6 @@ SERVICE_HOST=localhost
SERVICE_PORT=5000
DATA_DIR_PATH= # OPTIONAL
DISCORD_TOKEN= # OPTIONAL
DISCORD_TOKEN=
OPENAI_API_KEY= # OPTIONAL
OPENAI_API_MODEL=gpt-3.5-turbo