Skip to content

Commit

Permalink
Update isVisionModel default value to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Oct 26, 2024
1 parent d35237b commit 913fa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const Chat = ({ settings }: ChatProps) => {
clearMessages={clearMessages}
cancelRequest={cancelRequest}
isWebpageContextOn={settings.general.webpageContext}
isVisionModel={settings.chat.model?.includes('vision') || false}
isVisionModel={true}
/>
</>
)
Expand Down

0 comments on commit 913fa66

Please sign in to comment.