From 43792dbbb2c48c20e5895887c06703e5786f9eaf Mon Sep 17 00:00:00 2001 From: sauravniraula Date: Mon, 4 Aug 2025 15:14:59 +0545 Subject: [PATCH] docs(readme): adds docs TOOL_CALLS and DISABLE_THINKING configuration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec4ee82a..3a0688fe 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ You may want to directly provide your API KEYS as environment variables and keep - **CUSTOM_LLM_URL=[Custom OpenAI Compatible URL]**: Provide this if **LLM** is set to **custom** - **CUSTOM_LLM_API_KEY=[Custom OpenAI Compatible API KEY]**: Provide this if **LLM** is set to **custom** - **CUSTOM_MODEL=[Custom Model ID]**: Provide this if **LLM** is set to **custom** +- **TOOL_CALLS=[Enable/Disable Tool Calls on Custom LLM]**: If **true**, **LLM** will use Tool Call instead of Json Schema for Structured Output. +- **DISABLE_THINKING=[Enable/Disable Thinking on Custom LLM]**: If **true**, Thinking will be disabled. You can also set the following environment variables to customize the image generation provider and API keys: