From 8d06c3addf9cbdecd9c5831b68de9b654286beb1 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 25 Aug 2025 10:47:18 +0700 Subject: [PATCH] chore: add tooltip visions --- web-app/src/containers/ChatInput.tsx | 48 +++++++++++++++++----------- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/web-app/src/containers/ChatInput.tsx b/web-app/src/containers/ChatInput.tsx index df73b3bac..86f7e6b19 100644 --- a/web-app/src/containers/ChatInput.tsx +++ b/web-app/src/containers/ChatInput.tsx @@ -541,29 +541,41 @@ const ChatInput = ({ model, className, initialMessage }: ChatInputProps) => { )} {/* File attachment - show only for models with mmproj */} {hasMmproj && ( -
- - -
+ + + +
+ + +
+
+ +

{t('visions')}

+
+
+
)} {/* Microphone - always available - Temp Hide */} - {/*
+ {/*
*/} {selectedModel?.capabilities?.includes('embeddings') && ( -
+
{ return (
@@ -638,7 +650,7 @@ const ChatInput = ({ model, className, initialMessage }: ChatInputProps) => { -
+
{ -
+