Change setDatabase and getDatabase to accessing dbState
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { OpenAIChat } from "..";
|
||||
import type { OpenAIChat } from "../index.svelte";
|
||||
import { getDatabase, type Chat, type character, type groupChat } from "../../storage/database.svelte";
|
||||
import { tokenize, type ChatTokenizer } from "../../tokenizer";
|
||||
import { requestChatData } from "../request";
|
||||
|
||||
Reference in New Issue
Block a user