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
9fea78d1
authored
Feb 28, 2026
by
Calcium-Ion
Committed by
GitHub
Feb 28, 2026
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3012 from seefs001/feature/minimax_reasoning_split
feat: minimax reasoning_split
parents
c4973e7f
e8d9997d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dto/openai_request.go
+2
-0
No files found.
dto/openai_request.go
View file @
9fea78d1
...
@@ -103,6 +103,8 @@ type GeneralOpenAIRequest struct {
...
@@ -103,6 +103,8 @@ type GeneralOpenAIRequest struct {
ReturnImages
bool
`json:"return_images,omitempty"`
ReturnImages
bool
`json:"return_images,omitempty"`
ReturnRelatedQuestions
bool
`json:"return_related_questions,omitempty"`
ReturnRelatedQuestions
bool
`json:"return_related_questions,omitempty"`
SearchMode
string
`json:"search_mode,omitempty"`
SearchMode
string
`json:"search_mode,omitempty"`
// Minimax
ReasoningSplit
json
.
RawMessage
`json:"reasoning_split,omitempty"`
}
}
// createFileSource 根据数据内容创建正确类型的 FileSource
// createFileSource 根据数据内容创建正确类型的 FileSource
...
...
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