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

View File

@@ -12,8 +12,10 @@ services:
- JWT_SECRET=${JWT_SECRET:-change-me-in-production}
- PORT=3000
- CORS_ORIGIN=${CORS_ORIGIN:-*}
- DEFAULT_USER_EMAIL=${DEFAULT_USER_EMAIL:-}
- DEFAULT_USER_PASSWORD=${DEFAULT_USER_PASSWORD:-}
volumes:
- ./data:/data
- deardiary_data:/data
restart: unless-stopped
extra_hosts:
- "host.docker.internal:host-gateway"
@@ -22,3 +24,6 @@ services:
interval: 30s
timeout: 10s
retries: 3
volumes:
deardiary_data: