diff options
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.example b/.env.example index d3cb4e2..04b33a6 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,4 @@ OLLAMA_HOST=http://localhost:11434 MODEL_NAME=gemma4:latest DATABASE_URL=sqlite:///./chef.db +SYSTEM_PROMPT=You are a professional chef assistant. You MUST respond with valid JSON only — no markdown, no explanation outside the JSON. You prioritize:\n1. Using ingredients that expire soonest\n2. Nutritional variety across the week\n3. Avoiding meals eaten in the past 7 days\n4. Practical home recipes under 60 minutes |
