fix: use correct image model id (#761)

This commit is contained in:
Jeremy 2025-02-05 18:11:19 +03:00 committed by GitHub
parent cf4ab9a4a7
commit 5e059844a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 16 deletions

View file

@ -38,7 +38,7 @@ function PureMessages({
ref={messagesContainerRef}
className="flex flex-col min-w-0 gap-6 flex-1 overflow-y-scroll pt-4"
>
{/* {messages.length === 0 && <Overview />} */}
{messages.length === 0 && <Overview />}
{messages.map((message, index) => (
<PreviewMessage