fix(openai): keep xhigh normalization scoped to messages

This commit is contained in:
YanzheL
2026-03-29 21:09:19 +08:00
parent ff5b467fbe
commit f2c2abe628
2 changed files with 0 additions and 14 deletions

View File

@@ -4,7 +4,6 @@ package service
// forwarding. Group-level default mapping only applies when the account itself
// did not match any explicit model_mapping rule.
func resolveOpenAIForwardModel(account *Account, requestedModel, defaultMappedModel string) string {
requestedModel = NormalizeOpenAICompatRequestedModel(requestedModel)
if account == nil {
if defaultMappedModel != "" {
return defaultMappedModel