forked from ComputerTech/aprhodite
Fix Lobby tab switching and message submission logic
This commit is contained in:
parent
bff5afc366
commit
698737cb5e
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
"HOST": "0.0.0.0",
|
||||
"PORT": 5000,
|
||||
"SECRET_KEY": "sexchat-very-secret-key-change-me",
|
||||
"JWT_SECRET": "sexchat-jwt-secret-key-change-me",
|
||||
"ADMIN_PASSWORD": "admin",
|
||||
"OLLAMA_URL": "http://localhost:11434",
|
||||
"VIOLET_MODEL": "sam860/dolphin3-llama3.2:3b",
|
||||
"DATABASE_URL": "sqlite:///instance/sexchat.db",
|
||||
"REDIS_URL": "redis://localhost:6379/0",
|
||||
"AI_FREE_LIMIT": 3
|
||||
}
|
||||
Loading…
Reference in New Issue