split some options to config folder, translation fixes, markdown fixes, ui improvements to settings and ai, cleanup, add additional models

This commit is contained in:
Aidan 2025-07-02 23:06:37 -04:00
parent 1857767213
commit 4409acd79d
8 changed files with 273 additions and 182 deletions

View file

@ -47,6 +47,7 @@ export async function ensureUserInDb(ctx, db) {
lastName,
languageCode,
aiEnabled: false,
showThinking: false,
customAiModel: "deepseek-r1:1.5b",
aiTemperature: 0.9,
aiRequests: 0,