Aias00 opened a new pull request, #810: URL: https://github.com/apache/rocketmq-dashboard/pull/810
### What is changed - Keep the Studio LLM provider grid aligned with the currently wired OpenAI-compatible gateway providers: OpenAI, DeepSeek, Tongyi, and Ollama. - Remove Azure OpenAI and AWS Bedrock provider cards and their unreachable provider-specific form fields until real backend support is available. - Normalize saved unsupported provider values back to OpenAI defaults when loading the settings page. - Add regression coverage for the visible provider list and legacy unsupported-provider normalization. ### Why The current gateway rejects Azure and Bedrock with llm.config.unsupported_provider, so exposing them as selectable providers lets users save a configuration that later cannot run chat/model calls. Fixes #809 ### Verification - npm test -- --run src/pages/studio/__tests__/LlmSettingsAsyncState.test.tsx - npm run build -- 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]
