123123213weqw opened a new issue, #1553: URL: https://github.com/apache/rocketmq-dashboard/issues/1553
## Problem OpenAI-compatible provider names are lowercased with the JVM default locale. Under a Turkish locale, an upper-case supported provider such as `TONGYI` becomes `tongyı`, so the client incorrectly rejects it as unsupported. ## Proposed fix Use `Locale.ROOT` for provider identifier normalization and add a Turkish-locale regression test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
