mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
Add hover card to LLM model selector (#1393)
* Add hover card to LLM model selector to display detailed model information Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com> * Fix formatting issues to resolve lint errors Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com> * Fix remaining formatting issue in DynamicFormItemComponent.tsx Co-Authored-By: Junyan Qin <Chin> <rockchinq@gmail.com> * perf(model preview): hover card style * fix: wrong base url --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Junyan Qin <Chin> <rockchinq@gmail.com>
This commit is contained in:
committed by
GitHub
parent
cd68760c75
commit
fd1b5d494e
@@ -19,6 +19,7 @@
|
||||
"@hookform/resolvers": "^5.0.1",
|
||||
"@radix-ui/react-checkbox": "^1.3.1",
|
||||
"@radix-ui/react-dialog": "^1.1.13",
|
||||
"@radix-ui/react-hover-card": "^1.1.13",
|
||||
"@radix-ui/react-label": "^2.1.6",
|
||||
"@radix-ui/react-select": "^2.2.4",
|
||||
"@radix-ui/react-slot": "^1.2.2",
|
||||
|
||||
Reference in New Issue
Block a user