mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix
This commit is contained in:
parent
a0df6cce40
commit
9f9adce72c
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import { v4 as uuidv4 } from 'uuid';
|
||||
import { toast } from 'svelte-sonner';
|
||||
import { goto } from '$app/navigation';
|
||||
import { models } from '$lib/stores';
|
||||
import { config, models, settings } from '$lib/stores';
|
||||
|
||||
import { onMount, tick, getContext } from 'svelte';
|
||||
import { createNewModel, getModelById } from '$lib/apis/models';
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
const i18n = getContext('i18n');
|
||||
|
||||
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';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue