docs: Add structured outputs to .env.template
This commit is contained in:
parent
f586bc6f7f
commit
9b84a4b3fc
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue