Merge branch 'main' into patch-7

This commit is contained in:
Bo26fhmC5M
2025-04-21 11:47:38 +09:00
committed by GitHub
8 changed files with 100 additions and 109 deletions

View File

@@ -12,7 +12,7 @@ import { defaultColorScheme, type ColorScheme } from '../gui/colorscheme';
import type { PromptItem, PromptSettings } from '../process/prompt';
import type { OobaChatCompletionRequestParams } from '../model/ooba';
export let appVer = "158.2.1"
export let appVer = "159.0.0"
export let webAppSubVer = ''
@@ -1022,6 +1022,7 @@ export interface Database{
flags: LLMFlags[]
}[]
igpPrompt:string
useTokenizerCaching:boolean
showMenuHypaMemoryModal:boolean
}