Merge branch 'main' into patch-2

This commit is contained in:
kwaroran
2025-02-16 19:15:48 +09:00
committed by GitHub
11 changed files with 502 additions and 87 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 = "150.1.0"
export let appVer = "150.2.0"
export let webAppSubVer = ''
@@ -902,6 +902,7 @@ export interface Database{
reasoningEffort:number
bulkEnabling:boolean
showTranslationLoading: boolean
showDeprecatedTriggerV1:boolean
}
interface SeparateParameters{