This commit is contained in:
Sakurasan
2024-11-18 03:52:34 +08:00
parent 39a81688a9
commit 5181ba4552

View File

@@ -346,6 +346,9 @@ func ChatProxy(c *gin.Context, chatReq *ChatCompletionRequest) {
}
}
for k, v := range resp.Header {
c.Writer.Header().Set(k, v[0])
}
c.JSON(http.StatusOK, opiResp)
}