浏览代码

fix: qwen chat_template_kwargs

Seefs 3 月之前
父节点
当前提交
c07347f24f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dto/openai_request.go

+ 1 - 0
dto/openai_request.go

@@ -83,6 +83,7 @@ type GeneralOpenAIRequest struct {
 	// Ali Qwen Params
 	VlHighResolutionImages json.RawMessage `json:"vl_high_resolution_images,omitempty"`
 	EnableThinking         any             `json:"enable_thinking,omitempty"`
+	ChatTemplateKwargs     json.RawMessage `json:"chat_template_kwargs,omitempty"`
 	// ollama Params
 	Think json.RawMessage `json:"think,omitempty"`
 	// baidu v2