max queue size
This commit is contained in:
parent
6b1c7f0da9
commit
19e794e34c
4 changed files with 19 additions and 4 deletions
|
@ -3,6 +3,7 @@ import type { ModelInfo } from "../src/commands/ai"
|
|||
export const defaultFlashModel = "gemma3:4b"
|
||||
export const defaultThinkingModel = "qwen3:4b"
|
||||
export const unloadModelAfterB = 12 // how many billion params until model is auto-unloaded
|
||||
export const maxUserQueueSize = 3
|
||||
|
||||
export const models: ModelInfo[] = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue