Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Oct 1, 2024
1 parent 38c459b commit d11954d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/app/chat/modal/SetDefaultModelModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { LLMProviderDescriptor } from "@/app/admin/configuration/llm/interfaces"
import { destructureValue, structureValue } from "@/lib/llm/utils";
import { setUserDefaultModel } from "@/lib/users/UserSettings";
import { useRouter } from "next/navigation";
import { PopupSpec } from "@/components/admin/connectors/Popup";

export function SetDefaultModelModal({
setPopup,
Expand All @@ -16,7 +17,7 @@ export function SetDefaultModelModal({
defaultModel,
refreshUser,
}: {
setPopup: Dispatch<SetStateAction<Popup>>;
setPopup: Dispatch<SetStateAction<PopupSpec>>;
llmProviders: LLMProviderDescriptor[];
setLlmOverride: Dispatch<SetStateAction<LlmOverride>>;
onClose: () => void;
Expand Down

0 comments on commit d11954d

Please sign in to comment.