chore: change variable name

This commit is contained in:
JustSong
2024-04-19 23:50:28 +08:00
parent 9944dd5c39
commit 00fa86c000
4 changed files with 4 additions and 4 deletions

View File

@@ -212,7 +212,7 @@ func StreamHandler(c *gin.Context, resp *http.Response) (*relaymodel.ErrorWithSt
return true
}
response.Id = id
response.Model = c.GetString(ctxkey.OriginModel)
response.Model = c.GetString(ctxkey.OriginalModel)
response.Created = createdTime
jsonStr, err := json.Marshal(response)
if err != nil {