mirror of
https://github.com/open-webui/open-webui
synced 2025-06-09 16:07:54 +00:00
fix
This commit is contained in:
parent
a0df6cce40
commit
9f9adce72c
@ -2,7 +2,7 @@
|
|||||||
import { v4 as uuidv4 } from 'uuid';
|
import { v4 as uuidv4 } from 'uuid';
|
||||||
import { toast } from 'svelte-sonner';
|
import { toast } from 'svelte-sonner';
|
||||||
import { goto } from '$app/navigation';
|
import { goto } from '$app/navigation';
|
||||||
import { models } from '$lib/stores';
|
import { config, models, settings } from '$lib/stores';
|
||||||
|
|
||||||
import { onMount, tick, getContext } from 'svelte';
|
import { onMount, tick, getContext } from 'svelte';
|
||||||
import { createNewModel, getModelById } from '$lib/apis/models';
|
import { createNewModel, getModelById } from '$lib/apis/models';
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
const i18n = getContext('i18n');
|
const i18n = getContext('i18n');
|
||||||
|
|
||||||
import { page } from '$app/stores';
|
import { page } from '$app/stores';
|
||||||
import { config, models } from '$lib/stores';
|
import { config, models, settings } from '$lib/stores';
|
||||||
|
|
||||||
import { getModelById, updateModelById } from '$lib/apis/models';
|
import { getModelById, updateModelById } from '$lib/apis/models';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user