fix: strict anti-hallucination default prompt

- Replace creative/warm tone with factual summarization
- Explicitly forbid invention, assumption, or hallucination
- Model must ONLY use information from provided entries
- Acknowledge gaps rather than fill them
This commit is contained in:
lotherk
2026-03-26 20:29:40 +00:00
parent a4e7132244
commit 37871271cc
9 changed files with 120 additions and 37 deletions

9
start.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
set -e
echo "Running database migrations..."
bunx prisma db push --accept-data-loss
echo "Starting server..."
nginx -g 'daemon off;' &
exec bun ./dist/index.js