[ref] remove unused

This commit is contained in:
kwaroran
2023-12-10 03:38:21 +09:00
parent 29e988e14d
commit 341ea3c364
9 changed files with 9 additions and 21 deletions

View File

@@ -5,7 +5,6 @@ import { get } from "svelte/store";
import type { OpenAIChat } from "./process";
import { supportsInlayImage } from "./image";
import { risuChatParser } from "./parser";
import type { Proompt } from "./process/proompt";
async function encode(data:string):Promise<(number[]|Uint32Array|Int32Array)>{
let db = get(DataBase)