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
9f452e47
authored
Aug 08, 2025
by
t0ng7u
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/alpha' into alpha
parents
b3b9fb9f
c144bc7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
+4
-1
relay/channel/openai/helper.go
+4
-1
No files found.
relay/channel/openai/helper.go
View file @
9f452e47
...
@@ -3,6 +3,7 @@ package openai
...
@@ -3,6 +3,7 @@ package openai
import
(
import
(
"encoding/json"
"encoding/json"
"errors"
"errors"
"github.com/samber/lo"
"net/http"
"net/http"
"one-api/common"
"one-api/common"
"one-api/dto"
"one-api/dto"
...
@@ -186,7 +187,9 @@ func handleLastResponse(lastStreamData string, responseId *string, createAt *int
...
@@ -186,7 +187,9 @@ func handleLastResponse(lastStreamData string, responseId *string, createAt *int
*
containStreamUsage
=
true
*
containStreamUsage
=
true
*
usage
=
lastStreamResponse
.
Usage
*
usage
=
lastStreamResponse
.
Usage
if
!
info
.
ShouldIncludeUsage
{
if
!
info
.
ShouldIncludeUsage
{
*
shouldSendLastResp
=
false
*
shouldSendLastResp
=
lo
.
SomeBy
(
lastStreamResponse
.
Choices
,
func
(
choice
dto
.
ChatCompletionsStreamResponseChoice
)
bool
{
return
choice
.
Delta
.
GetContentString
()
!=
""
||
choice
.
Delta
.
GetReasoningContent
()
!=
""
})
}
}
}
}
...
...
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