File tree Expand file tree Collapse file tree 3 files changed +0
-468
lines changed Expand file tree Collapse file tree 3 files changed +0
-468
lines changed Original file line number Diff line number Diff line change @@ -280,8 +280,6 @@ type ChatCompletionRequest struct {
280
280
// Such as think mode for qwen3. "chat_template_kwargs": {"enable_thinking": false}
281
281
// https://qwen.readthedocs.io/en/latest/deployment/vllm.html#thinking-non-thinking-modes
282
282
ChatTemplateKwargs map [string ]any `json:"chat_template_kwargs,omitempty"`
283
- // Add additional JSON properties to the request
284
- ExtraBody map [string ]any `json:"extra_body,omitempty"`
285
283
}
286
284
287
285
type StreamOptions struct {
@@ -427,7 +425,6 @@ func (c *Client) CreateChatCompletion(
427
425
http .MethodPost ,
428
426
c .fullURL (urlSuffix , withModel (request .Model )),
429
427
withBody (request ),
430
- withExtraBody (request .ExtraBody ),
431
428
)
432
429
if err != nil {
433
430
return
You can’t perform that action at this time.
0 commit comments