From 08269b0f526dbfb1416e036b1c026cf760a648ed Mon Sep 17 00:00:00 2001 From: adavyas Date: Thu, 23 Apr 2026 18:47:01 -0700 Subject: [PATCH] docs: update deriver input token example --- docs/v3/contributing/configuration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/v3/contributing/configuration.mdx b/docs/v3/contributing/configuration.mdx index 02916ab6..7d4fe2b2 100644 --- a/docs/v3/contributing/configuration.mdx +++ b/docs/v3/contributing/configuration.mdx @@ -301,7 +301,7 @@ DERIVER_ENABLED=true # LLM settings DERIVER_MODEL_CONFIG__TRANSPORT=openai DERIVER_MODEL_CONFIG__MODEL=gpt-5.4-mini -DERIVER_MAX_INPUT_TOKENS=23000 +DERIVER_MAX_INPUT_TOKENS=25000 # DERIVER_MODEL_CONFIG__THINKING_EFFORT=minimal # DERIVER_MODEL_CONFIG__THINKING_BUDGET_TOKENS=1024 # DERIVER_MODEL_CONFIG__TEMPERATURE=0.7 # Optional temperature override