yyqdbngt opened a new pull request, #1490:
URL: https://github.com/apache/rocketmq-dashboard/pull/1490

   ### Problem
   
   OpenAI-compatible provider names were lowercased with the JVM default 
locale. Under Turkish locale, uppercase `OPENAI` becomes `openaı`, so a 
supported provider is rejected before any request is sent.
   
   ### Fix
   
   Normalize provider identifiers with `Locale.ROOT` when checking gateway 
support and provider-specific behavior.
   
   ### Verification
   
   `mvn -B -ntp -Dmaven.compiler.proc=full -Dtest=OpenAiCompatibleLlmClientTest 
test`
   
   Tests run: 13, failures: 0, errors: 0.


-- 
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]

Reply via email to