Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
new-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0cfaf8c6
authored
Dec 09, 2025
by
Calcium-Ion
Committed by
GitHub
Dec 09, 2025
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2359 from seefs001/fix/qwen-chat-args
fix: qwen chat_template_kwargs
parents
3676b9f2
41b1499d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
dto/openai_request.go
+1
-0
No files found.
dto/openai_request.go
View file @
0cfaf8c6
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment