mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-04-24 10:44:30 +08:00
这里多写了一个continue
This commit is contained in:
@@ -42,7 +42,6 @@ func StreamHandler(c *gin.Context, resp *http.Response, relayMode int) (*model.E
|
|||||||
if strings.HasPrefix(data, done) {
|
if strings.HasPrefix(data, done) {
|
||||||
render.StringData(c, data)
|
render.StringData(c, data)
|
||||||
doneRendered = true
|
doneRendered = true
|
||||||
continue
|
|
||||||
}
|
}
|
||||||
continue
|
continue
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user