Add claude batching

This commit is contained in:
Kwaroran
2025-05-25 18:20:54 +09:00
parent d2bc3c4210
commit 0b3a45e41e
5 changed files with 123 additions and 1 deletions

View File

@@ -562,7 +562,7 @@ export function setDatabase(data:Database){
data.customModels ??= []
//@ts-ignore
if(!__NODE__ && !window.__TAURI_INTERNALS__){
if(!globalThis.__NODE__ && !window.__TAURI_INTERNALS__){
//this is intended to forcely reduce the size of the database in web
data.promptInfoInsideChat = false
}
@@ -1032,6 +1032,7 @@ export interface Database{
mcpURLs:string[]
promptInfoInsideChat:boolean
promptTextInfoInsideChat:boolean
claudeBatching:boolean
}
interface SeparateParameters{