Timothy J. Baek 1 年之前
父节点
当前提交
6271ee64ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/routes/(app)/c/[id]/+page.svelte

+ 1 - 1
src/routes/(app)/c/[id]/+page.svelte

@@ -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';