Revert "[Upstream] fix: update deepseek's price"

This commit is contained in:
sagit
2025-03-18 22:15:31 +08:00
committed by GitHub
parent ffd7c36a6d
commit 6bf54d7bb6
4 changed files with 8 additions and 8 deletions

View File

@@ -33,10 +33,6 @@ func RelayTextHelper(c *gin.Context) *model.ErrorWithStatusCode {
}
meta.IsStream = textRequest.Stream
if reqBody, ok := c.Get(ctxkey.KeyRequestBody); ok {
logger.Debugf(c.Request.Context(), "get text request: %s\n", string(reqBody.([]byte)))
}
// map model name
meta.OriginModelName = textRequest.Model
textRequest.Model, _ = getMappedModelName(textRequest.Model, meta.ModelMapping)