diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 60124594..4572c22d 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -72,6 +72,7 @@ import { showConfirm, showPrompt, showToast, + Tooltip, } from "./ui-lib"; import { useNavigate } from "react-router-dom"; import { @@ -549,7 +550,11 @@ export function ChatActions(props: { title: m.name, value: m.name, family: m.family, - icon: isVisionModel(m.name) ? : undefined, + icon: isVisionModel(m.name) ? ( + Vision Model} direction="bottom"> + + + ) : undefined, }))} onClose={() => setShowModelSelector(false)} onSelection={(s) => {