Merge pull request #982 from jannikstdl/svelte-sonner

ui: svelte-french-toast -> svelte-sonner
This commit is contained in:
Timothy Jaeryang Baek 2024-03-02 01:41:49 -05:00 committed by GitHub
commit a7ae141301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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';