From 9b84a4b3fc2e5b900627a73fdab49e9b442db838 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Tue, 5 Aug 2025 20:29:18 +0200 Subject: [PATCH] docs: Add structured outputs to .env.template --- .env.template | 2 ++ 1 file changed, 2 insertions(+) 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"