Prechádzať zdrojové kódy

chore: remove unused variable

Timothy J. Baek 1 rok pred
rodič
commit
bae30f2756

+ 1 - 1
src/lib/components/chat/MessageInput/Models.svelte

@@ -1,6 +1,6 @@
 <script lang="ts">
 	import { generatePrompt } from '$lib/apis/ollama';
-	import { models, settings } from '$lib/stores';
+	import { models } from '$lib/stores';
 	import { splitStream } from '$lib/utils';
 	import { tick } from 'svelte';
 	import toast from 'svelte-french-toast';