Commit 0cfaf8c6 by Calcium-Ion Committed by GitHub

Merge pull request #2359 from seefs001/fix/qwen-chat-args

fix: qwen chat_template_kwargs
parents 3676b9f2 41b1499d
...@@ -83,6 +83,7 @@ type GeneralOpenAIRequest struct { ...@@ -83,6 +83,7 @@ type GeneralOpenAIRequest struct {
// Ali Qwen Params // Ali Qwen Params
VlHighResolutionImages json.RawMessage `json:"vl_high_resolution_images,omitempty"` VlHighResolutionImages json.RawMessage `json:"vl_high_resolution_images,omitempty"`
EnableThinking any `json:"enable_thinking,omitempty"` EnableThinking any `json:"enable_thinking,omitempty"`
ChatTemplateKwargs json.RawMessage `json:"chat_template_kwargs,omitempty"`
// ollama Params // ollama Params
Think json.RawMessage `json:"think,omitempty"` Think json.RawMessage `json:"think,omitempty"`
// baidu v2 // baidu v2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment