forked from open-webui/open-webui
fix
This commit is contained in:
parent
53945c360f
commit
6271ee64ab
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
import { copyToClipboard, splitStream } from '$lib/utils';
|
||||
|
||||
import { generateChatCompletion, generateTitle } from '$lib/apis/ollama';
|
||||
import { createNewChat, getChatList, updateChatById } from '$lib/apis/chats';
|
||||
import { createNewChat, getChatById, getChatList, updateChatById } from '$lib/apis/chats';
|
||||
import { queryVectorDB } from '$lib/apis/rag';
|
||||
import { generateOpenAIChatCompletion } from '$lib/apis/openai';
|
||||
|
||||
|
|
Loading…
Reference in a new issue