streaming, markdown, model selecting, and lots more

This commit is contained in:
Zoe
2026-02-02 23:16:06 -06:00
parent 8c28946703
commit d5a5945c03
114 changed files with 6109 additions and 2938 deletions
+6 -5
View File
@@ -1,5 +1,6 @@
VERIDIAN_DB_NAME=veridian
POSTGRES_PASSWORD=password
NUXT_AUTH_SECRET="YOUR-SUPER-SECURE-SECRET" # openssl rand -base64 32
DATABASE_URL=postgresql://postgres:password@localhost:5432/veridian
TRIPLIT_SERVICE_TOKEN="your-triplit-service-token" # given to you on startup, or by running `tsx generate-tokens.ts`
NUXT_TRIPLIT_ANON_TOKEN="your-anonymous-triplit-token" # also given to you on startup, or by running `tsx generate-tokens.ts`
BETTER_AUTH_SECRET="super-secret" # openssl rand -base64 32
TRIPLIT_JWT_SECRET="super-secret"
EXTERNAL_JWT_SECRET=${BETTER_AUTH_SECRET} # no need to change this
NUXT_PUBLIC_TRIPLIT_URL="http://localhost:6543" # your triplit server url