docs: Add structured outputs to .env.template

This commit is contained in:
Igor Ilic 2025-08-05 20:29:18 +02:00
parent f586bc6f7f
commit 9b84a4b3fc

View file

@ -12,6 +12,8 @@
################################################################################
# 🧠 LLM Settings
################################################################################
# Currently we support BAML and Instructor+litellm for structured outputs
STRUCTURED_OUTPUT_FRAMEWORK="instructor"
LLM_API_KEY="your_api_key"
LLM_MODEL="openai/gpt-4o-mini"