docs(readme): adds docs TOOL_CALLS and DISABLE_THINKING configuration

This commit is contained in:
sauravniraula 2025-08-04 15:14:59 +05:45
parent e10fe106ec
commit 43792dbbb2
No known key found for this signature in database
GPG key ID: 60FCC1B5A5E83326

View file

@ -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: