Reformat, working on roll

This commit is contained in:
2024-12-18 23:38:22 -05:00
parent 83ef124c41
commit 2ecfa92d8b
17 changed files with 304 additions and 130 deletions

14
.env
View File

@@ -1,5 +1,7 @@
RUST_LOG=warn,siren=info
DISCORD_TOKEN=
DATABASE_USER=siren
DATABASE_PASSWORD=CHANGEME # Change this to a secure password
DATABASE_NAME=siren
@@ -17,10 +19,10 @@ MINIO_PORT_INTERNAL=9001
REDIS_HOST=localhost
REDIS_PORT=6379
# OPTIONAL
# Siren Data integration
DATA_DIR_PATH=
# Mandatory
DISCORD_TOKEN=
# OPTIONAL
OPENAI_API_KEY=
OPENAI_API_MODEL=gpt-4o-mini
# OpenAI
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_TOKEN=
OPENAI_MODEL=gpt-4o-mini