mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-04 13:22:41 +02:00
refactor: replace Eye icon with ScanEye in multiple components and enhance model not found messages
This commit is contained in:
parent
b6e2510e55
commit
25644e1c0b
3 changed files with 34 additions and 16 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue