Add support for character-specific translation prompts with Ax. model

This commit is contained in:
poroyo
2024-09-28 16:08:32 +09:00
parent f8d62f8772
commit 6f5dd7f179
5 changed files with 21 additions and 4 deletions

View File

@@ -901,6 +901,7 @@ export interface character{
lowLevelAccess?:boolean
hideChatIcon?:boolean
lastInteraction?:number
translatorNote?:string
}