Aias00 opened a new issue, #688: URL: https://github.com/apache/rocketmq-dashboard/issues/688
## Problem The Studio home page uses a hard-coded AI model list and default model. Submitting a prompt from the home page passes that hard-coded model to `/ai`, even when LLM settings are configured with different provider models. Evidence: - `web/src/pages/home/index.tsx` hard-codes model options such as `qwen3.7-max`, `claude-opus-4.7`, and `gpt-5.4`. - `handlePromptSubmit` forwards the selected hard-coded model in route state. ## Impact This is in the Track 3 / AI Native scope. The Console home LLM entry should reflect the configured provider and model list, not a static model catalog. ## Expected Home should reuse `/api/llm/config` and `/api/llm/models`, or omit the model when no configured runtime model is available so the AI page can use the saved configuration. -- 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]
