From 76812e8af8de532a11267feefced9cfbb0e4a7db Mon Sep 17 00:00:00 2001 From: xyy Date: Sun, 17 May 2026 14:36:16 -0400 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=9A=E4=B9=89=E5=8D=83?= =?UTF-8?q?=E9=97=AE=20thinking=5Fbudget=20=E9=80=8F=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dto/openai_request.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dto/openai_request.go b/dto/openai_request.go index 89ebcf14..663952de 100644 --- a/dto/openai_request.go +++ b/dto/openai_request.go @@ -85,6 +85,7 @@ type GeneralOpenAIRequest struct { // Ali Qwen Params VlHighResolutionImages json.RawMessage `json:"vl_high_resolution_images,omitempty"` EnableThinking json.RawMessage `json:"enable_thinking,omitempty"` + ThinkingBudget json.RawMessage `json:"thinking_budget,omitempty"` ChatTemplateKwargs json.RawMessage `json:"chat_template_kwargs,omitempty"` EnableSearch json.RawMessage `json:"enable_search,omitempty"` // ollama Params -- Gitee