From 19f424354f5ac56b9f0c45f39cef06f3a4fed62a Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Tue, 5 Aug 2025 20:30:21 +0200 Subject: [PATCH] docs: Update docs --- .env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"