omp: raise stream watchdogs to 900s for cold llama-swap loads
Adopts live agent config: streamFirstEventTimeoutSeconds/streamIdleTimeoutSeconds = 900 (matches llama-swap healthCheckTimeout), default model ciru-strix-iu4, statusline/TUI tweaks drifted since last adoption.
This commit is contained in:
parent
7ca3f0dcfb
commit
c83451b1d4
1 changed files with 15 additions and 4 deletions
|
|
@ -27,6 +27,9 @@ providers:
|
||||||
- google
|
- google
|
||||||
- mojeek
|
- mojeek
|
||||||
- public
|
- public
|
||||||
|
autoThinkingMaxEffort: xhigh
|
||||||
|
streamFirstEventTimeoutSeconds: 900
|
||||||
|
streamIdleTimeoutSeconds: 900
|
||||||
searxng:
|
searxng:
|
||||||
endpoint: http://kaiser.local:8800
|
endpoint: http://kaiser.local:8800
|
||||||
symbolPreset: nerd
|
symbolPreset: nerd
|
||||||
|
|
@ -41,7 +44,7 @@ modelRoles:
|
||||||
tiny: llama-swap.byte/gemma4-26b-hauhau
|
tiny: llama-swap.byte/gemma4-26b-hauhau
|
||||||
smol: llama-swap.miche/qwen38-flash-next-iq4xs
|
smol: llama-swap.miche/qwen38-flash-next-iq4xs
|
||||||
commit: llama-swap.byte/gemma4-26b-hauhau
|
commit: llama-swap.byte/gemma4-26b-hauhau
|
||||||
default: llama-swap.miche/qwen38-flash-next-rocmfp4-fast
|
default: llama-swap.miche/qwen38-flash-ciru-strix-iu4
|
||||||
retry:
|
retry:
|
||||||
fallbackChains:
|
fallbackChains:
|
||||||
default:
|
default:
|
||||||
|
|
@ -66,12 +69,20 @@ memory:
|
||||||
github:
|
github:
|
||||||
enabled: true
|
enabled: true
|
||||||
statusLine:
|
statusLine:
|
||||||
preset: default
|
preset: full
|
||||||
separator: powerline
|
separator: powerline
|
||||||
transparent: true
|
transparent: true
|
||||||
|
contextLine: embedded
|
||||||
tui:
|
tui:
|
||||||
textSizing: false
|
textSizing: true
|
||||||
defaultThinkingLevel: auto
|
defaultThinkingLevel: auto
|
||||||
personality: pragmatic
|
personality: pragmatic
|
||||||
hideThinkingBlock: false
|
hideThinkingBlock: false
|
||||||
readLineNumbers: true
|
readLineNumbers: true
|
||||||
|
composer:
|
||||||
|
shape: band
|
||||||
|
terminal:
|
||||||
|
showProgress: true
|
||||||
|
display:
|
||||||
|
showTokenUsage: true
|
||||||
|
showTurnTime: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue