Add option to remove punctuation for HypaMemory

This commit is contained in:
kwaroran
2024-01-15 18:00:19 +09:00
parent f5b4d87db0
commit 52940af010
4 changed files with 14 additions and 1 deletions

View File

@@ -592,7 +592,8 @@ export interface Database{
},
top_k:number
claudeAws:boolean
lastPatchNoteCheckVersion?:string
lastPatchNoteCheckVersion?:string,
removePunctuationHypa?:boolean
}
export interface customscript{