Change DataBase inside svelte to DBState for performance
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { DataBase, type Chat, type character } from "src/ts/storage/database";
|
||||
import { DataBase, type Chat, type character } from "src/ts/storage/database.svelte";
|
||||
import { HypaProcesser } from '../memory/hypamemory'
|
||||
import type { OpenAIChat } from "..";
|
||||
import { stringlizeChat } from "../stringlize";
|
||||
|
||||
Reference in New Issue
Block a user