diff --git a/.env.template b/.env.template index d3d158071..a90171806 100644 --- a/.env.template +++ b/.env.template @@ -12,7 +12,7 @@ ################################################################################ # 🧠 LLM Settings ################################################################################ -# Currently we support BAML and Instructor+litellm for structured outputs +# Currently we support BAML and Instructor(using litellm) for structured outputs STRUCTURED_OUTPUT_FRAMEWORK="instructor" LLM_API_KEY="your_api_key"