add postgres db, use settings and user data, lots of cleanup and logic fixes, bug fixes, better error handling, update docs and docker
Some checks are pending
njsscan sarif / njsscan code scanning (push) Waiting to run
Update AUTHORS File / update-authors (push) Waiting to run
Some checks are pending
njsscan sarif / njsscan code scanning (push) Waiting to run
Update AUTHORS File / update-authors (push) Waiting to run
This commit is contained in:
parent
765b1144fa
commit
4d540078f5
30 changed files with 1664 additions and 727 deletions
|
@ -12,6 +12,9 @@ ollamaEnabled = false
|
|||
# flashModel = "gemma3:4b"
|
||||
# thinkingModel = "qwen3:4b"
|
||||
|
||||
# database
|
||||
databaseUrl = "postgres://kowalski:kowalski@localhost:5432/kowalski"
|
||||
|
||||
# misc (botAdmins isnt a array here!)
|
||||
maxRetries = 9999
|
||||
botAdmins = 00000000, 00000000, 00000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue