mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-02-25 23:34:25 +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) {
|
||||
render.StringData(c, data)
|
||||
doneRendered = true
|
||||
continue
|
||||
}
|
||||
continue
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user