Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from mindvalley/chore/small-updates-2024052701
Browse files Browse the repository at this point in the history
Small updates:
  • Loading branch information
onimsha authored May 27, 2024
2 parents 51f5649 + cf57a49 commit 141fc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/chat/sessionSidebar/ChatSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const ChatSidebar = ({
<Image src="/logo.png" alt="Logo" width="1419" height="1520" />
</div>
<h1 className="flex text-2xl text-strong font-bold my-auto">
Danswer
Eve<sup className="ai-superscript">AI</sup>
</h1>
</div>
</Link>
Expand Down
1 change: 1 addition & 0 deletions web/src/lib/llm/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const MODELS_SUPPORTING_IMAGES = [
["openai", "gpt-4-vision-preview"],
["openai", "gpt-4-turbo"],
["openai", "gpt-4-1106-vision-preview"],
["azure", "gpt-4o"],
];

export function checkLLMSupportsImageInput(provider: string, model: string) {
Expand Down

0 comments on commit 141fc1c

Please sign in to comment.