Add Simba facts to system prompt and Tavily API key config

Expanded the assistant system prompt with comprehensive Simba facts including
medical history, and added TAVILY_KEY env var for web search integration.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
ryan
2026-01-31 16:08:41 -05:00
parent 52153cdf1e
commit f68a79bdb7
2 changed files with 34 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ services:
- OIDC_REDIRECT_URI=${OIDC_REDIRECT_URI}
- OIDC_USE_DISCOVERY=${OIDC_USE_DISCOVERY:-true}
- DATABASE_URL=${DATABASE_URL:-postgres://raggr:changeme@postgres:5432/raggr}
- TAVILY_KEY=${TAVILIY_KEY}
depends_on:
postgres:
condition: service_healthy