Update imports

This commit is contained in:
Caleb Owens 2024-03-09 12:13:23 +00:00 committed by Mattias Granlund
parent 305f17accc
commit 6b61b068a7

View File

@ -19,7 +19,7 @@
getOpenAIModel,
setAnthropicModel,
setOpenAIModel
} from '$lib/backend/summarizer_settings';
} from '$lib/backend/summarizerSettings';
import SectionCard from '$lib/components/SectionCard.svelte';
let modelKind: { name: string; value: ModelKind } | undefined;