svelte-sonner migration

This commit is contained in:
Jannik Streidl 2024-03-01 10:18:07 +01:00
parent 5745b9c5db
commit 705f5aecd7
38 changed files with 51 additions and 73 deletions

View file

@ -1,6 +1,6 @@
<script lang="ts">
import queue from 'async/queue';
import toast from 'svelte-french-toast';
import { toast } from 'svelte-sonner';
import { createModel, deleteModel, getOllamaVersion, pullModel } from '$lib/apis/ollama';
import { WEBUI_API_BASE_URL, WEBUI_BASE_URL } from '$lib/constants';