evd / .env.example
Benedette Otieno
feat: Implement EVD Clinical Screening AI Agent with adaptive questioning and LLM integration
ee1b868
Raw
History Blame Contribute Delete
480 Bytes
# Copy this file to .env and replace placeholders with real values.
# The app will auto-load .env at startup.
# Required for LLM calls (use either EVD_LLM_API_KEY or OPENAI_API_KEY)
EVD_LLM_API_KEY=
# Optional model override
EVD_LLM_MODEL=gpt-4.1-mini
# Optional OpenAI-compatible endpoint (leave blank for default OpenAI)
# EVD_LLM_BASE_URL=https://your-openai-compatible-endpoint
# Optional epidemiological context path
# EVD_CONTEXT_PATH=/absolute/path/to/epi_context.json