forked from open-webui/open-webui
chore: layout refac
This commit is contained in:
parent
753327522a
commit
0996f3c216
7 changed files with 101 additions and 73 deletions
|
@ -22,7 +22,7 @@
|
|||
import toast from 'svelte-french-toast';
|
||||
import { OLLAMA_API_BASE_URL, WEBUI_API_BASE_URL } from '$lib/constants';
|
||||
import { getOllamaModels, getOllamaVersion } from '$lib/apis/ollama';
|
||||
import { getOpenAIModels } from '$lib/apis';
|
||||
import { getOpenAIModels } from '$lib/apis/openai';
|
||||
import {
|
||||
createNewChat,
|
||||
deleteChatById,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue