yuluo-yx opened a new issue, #3236: URL: https://github.com/apache/rocketmq-dashboard/issues/3236
## Problem The LLM models endpoint already returns provider/builtin/fallback provenance and warning metadata, but the settings UI reduces the response to model IDs. Operators therefore cannot tell whether a catalog is live or degraded, whether the selected model still exists, or which saved provider fields block readiness. ## Proposed change Add a read-only model catalog readiness drawer that: - fetches the saved LLM configuration and latest model catalog together; - shows provider, engine, selected model, catalog source, endpoint host, and boolean credential state without exposing secrets; - validates common provider requirements plus Azure deployment/version and Bedrock region; - surfaces catalog failures, fallback provenance, warnings, empty catalogs, and missing selected models; - normalizes and displays the model catalog with the selected model marked; - includes focused tests and Chinese/English copy. The workflow reuses existing LLM endpoints and introduces no backend contract. -- 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]
