[feat] better nai

This commit is contained in:
kwaroran
2023-08-04 21:00:40 +09:00
parent 6f35fce7d6
commit 4aefd681fe
15 changed files with 392 additions and 125 deletions

View File

@@ -9,6 +9,7 @@ export interface ProomptPlain {
export interface ProomptTyped {
type: 'persona'|'description'|'authornote'|'lorebook'
innerFormat?: string
}