fix(tui): stabilize reload connection state
This commit is contained in:
parent
24ab17e718
commit
8dd993d25a
16 changed files with 224 additions and 19 deletions
|
|
@ -9,6 +9,27 @@
|
|||
"id": "local",
|
||||
"name": "Local",
|
||||
"env": [],
|
||||
"models": {}
|
||||
"models": {
|
||||
"model": {
|
||||
"id": "model",
|
||||
"name": "Local Model",
|
||||
"release_date": "2026-01-01",
|
||||
"attachment": false,
|
||||
"reasoning": true,
|
||||
"temperature": true,
|
||||
"tool_call": true,
|
||||
"limit": { "context": 1000, "output": 100 },
|
||||
"experimental": {
|
||||
"modes": {
|
||||
"high": {
|
||||
"provider": { "body": { "reasoning_effort": "high" } }
|
||||
},
|
||||
"max": {
|
||||
"provider": { "headers": { "x-variant": "max" }, "body": { "reasoning_effort": "max" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue