feat: Add hypav2 memory option to OtherBotSettings

This commit is contained in:
kwaroran
2024-05-23 01:52:31 +09:00
parent b53d3e677a
commit 7a1591bd20
4 changed files with 224 additions and 0 deletions

View File

@@ -914,6 +914,7 @@ export interface Chat{
localLore: loreBook[]
sdData?:string
supaMemoryData?:string
hypaV2Data?:HypaV2Data
lastMemory?:string
suggestMessages?:string[]
isStreaming?:boolean
@@ -1217,6 +1218,7 @@ import { encode as encodeMsgpack, decode as decodeMsgpack } from "msgpackr";
import * as fflate from "fflate";
import type { OnnxModelFiles } from '../process/transformers';
import type { RisuModule } from '../process/modules';
import type { HypaV2Data } from '../process/memory/hypav2';
export async function downloadPreset(id:number){
saveCurrentPreset()