File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
web/src/app/chat/components/input Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
22
22
SendIcon ,
23
23
StopGeneratingIcon ,
24
24
} from "@/components/icons/icons" ;
25
- import { OnyxDocument , SourceMetadata } from "@/lib/search/interfaces" ;
25
+ import { OnyxDocument } from "@/lib/search/interfaces" ;
26
26
import { ChatState } from "@/app/chat/interfaces" ;
27
27
import { useAssistantsContext } from "@/components/context/AssistantsContext" ;
28
28
import { CalendarIcon , TagIcon , XIcon , FolderIcon } from "lucide-react" ;
@@ -37,7 +37,6 @@ import { UnconfiguredLlmProviderText } from "@/components/chat/UnconfiguredLlmPr
37
37
import { DeepResearchToggle } from "./DeepResearchToggle" ;
38
38
import { ActionToggle } from "./ActionManagement" ;
39
39
import { SelectedTool } from "./SelectedTool" ;
40
- import { getProviderIcon } from "@/app/admin/configuration/llm/utils" ;
41
40
42
41
const MAX_INPUT_HEIGHT = 200 ;
43
42
@@ -661,7 +660,7 @@ export const ChatInputBar = React.memo(function ChatInputBar({
661
660
< LLMPopover
662
661
llmProviders = { llmProviders }
663
662
llmManager = { llmManager }
664
- requiresImageGeneration = { true }
663
+ requiresImageGeneration = { false }
665
664
currentAssistant = { selectedAssistant }
666
665
/>
667
666
You can’t perform that action at this time.
0 commit comments