refactor: replace Eye icon with ScanEye in multiple components and enhance model not found messages

This commit is contained in:
Anish Sarkar 2026-04-13 21:36:07 +05:30
parent b6e2510e55
commit 25644e1c0b
3 changed files with 34 additions and 16 deletions

View file

@ -6,7 +6,7 @@ import {
Bot,
CircleCheck,
CircleDashed,
Eye,
ScanEye,
FileText,
ImageIcon,
RefreshCw,
@ -74,7 +74,7 @@ const ROLE_DESCRIPTIONS = {
configType: "image" as const,
},
vision: {
icon: Eye,
icon: ScanEye,
title: "Vision LLM",
description: "Vision-capable model for screenshot analysis and context extraction",
color: "text-muted-foreground",