diff --git a/.env.template b/.env.template index da2fb1cf3..d3d158071 100644 --- a/.env.template +++ b/.env.template @@ -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"