mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 05:17:26 +00:00
feat: add fast mode toggle for OpenAI models
This commit is contained in:
@@ -37,7 +37,7 @@ Use `--password` if your Gateway uses password auth.
|
||||
- Header: connection URL, current agent, current session.
|
||||
- Chat log: user messages, assistant replies, system notices, tool cards.
|
||||
- Status line: connection/run state (connecting, running, streaming, idle, error).
|
||||
- Footer: connection state + agent + session + model + think/verbose/reasoning + token counts + deliver.
|
||||
- Footer: connection state + agent + session + model + think/fast/verbose/reasoning + token counts + deliver.
|
||||
- Input: text editor with autocomplete.
|
||||
|
||||
## Mental model: agents + sessions
|
||||
@@ -92,6 +92,7 @@ Core:
|
||||
Session controls:
|
||||
|
||||
- `/think <off|minimal|low|medium|high>`
|
||||
- `/fast <status|on|off>`
|
||||
- `/verbose <on|full|off>`
|
||||
- `/reasoning <on|off|stream>`
|
||||
- `/usage <off|tokens|full>`
|
||||
|
||||
Reference in New Issue
Block a user