feat(frontend): Display LLM model on conversation cards and header#13616
feat(frontend): Display LLM model on conversation cards and header#13616hieptl merged 7 commits intoOpenHands:mainfrom
Conversation
|
Hello @sjathin, Thank you for creating this pull request! I noticed that the model associated with each conversation is not displayed in the recent conversations list. Please refer to the video below for more details: issue.movThank you very much! 🙏 |
|
In addition, I’ve created a thread to ask our designer to review the current output. You can refer to the link below for more details: https://openhands-ai.slack.com/archives/C06QT0AGY4W/p1774603688833749 If you haven’t joined our community Slack yet, please feel free to let me know—I’d be happy to send you an invitation. Thank you very much! 🙏 |
|
Add the chip icon we use for models to the left of it. |
Done - 13616.mov@hieptl @FraterCCCLXIII - Can you please review the PR now? |
|
Hello @sjathin, Would it be possible to display an ellipsis (...) at the end of the model name when it exceeds the available space? At the moment, the text appears to be truncated without indicating this with an ellipsis. Please refer to the image below for additional context.
I’ve also noticed the same behavior in the recent conversations list and on the conversation page. Thank you very much! 🙏 |
…s the available space
f436981 to
11bd03b
Compare
|
Hello @hieptl I have made the changes. Screenshots belows:
|
…penHands#13616) Co-authored-by: Jathin Sreenivas <sjathin@amazon.com> Co-authored-by: hieptl <hieptl.developer@gmail.com>





Summary of PR
Display the LLM model used for each conversation in the UI. The model name appears:
Backend changes plumb the existing
llm_modelfield fromAppConversationthroughConversationInfoto the API response.Followed comment from #13352 (comment)
Demo Screenshots/Videos
Change Type
Checklist
Fixes
Resolves #13352
Release Notes
Users can now see which LLM model was used for each conversation, displayed on conversation cards and in the conversation header.