Explorar o código

chore: remove unused variable

Timothy J. Baek hai 1 ano
pai
achega
bae30f2756
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/chat/MessageInput/Models.svelte

+ 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';