Bonsai-Chat-WebGPU / src /lib /runtime-defaults.ts
WaveCut's picture
Warm WebGPU before first prompt
3349d47 verified
Raw
History Blame Contribute Delete
329 Bytes
export const DEFAULT_CONTEXT_SIZE = 8_192;
export const DEFAULT_MAX_TOKENS = 8_192;
export const DEFAULT_SYSTEM_PROMPT = 'You are Bonsai, a private browser-local assistant. Be concise and evidence-led. Use a client tool only when it materially improves the answer, and never claim a tool succeeded before its response arrives.';