Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed May 14, 2024
1 parent eeaf4c5 commit 366a05a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Sidebar/chat/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ const Chat = ({ settings }: ChatProps) => {
clearMessages={clearMessages}
cancelRequest={cancelRequest}
isWebpageContextOn={settings.general.webpageContext}
isVisionModel={settings.chat.model === AvailableModels.GPT_4_TURBO || settings.chat.model === AvailableModels.GPT_4O}
isVisionModel={
settings.chat.model === AvailableModels.GPT_4_TURBO ||
settings.chat.model === AvailableModels.GPT_4O
}
/>
</>
)
Expand Down

0 comments on commit 366a05a

Please sign in to comment.