Merge branch 'main' into patch-2
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user