mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-29 01:31:18 +00:00
docs: fix FAQ P1s -- model aliases and heartbeat OAuth default
- Remove /model haiku (not a built-in alias); add gemini-flash-lite - Note custom aliases can be added via config - Heartbeat: note 1h default for OAuth auth
This commit is contained in:
@@ -1887,7 +1887,7 @@ for usage/billing and raise limits as needed.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Why am I getting heartbeat messages every 30 minutes?">
|
||||
Heartbeats run every **30m** by default. Tune or disable them:
|
||||
Heartbeats run every **30m** by default (**1h** when using OAuth auth). Tune or disable them:
|
||||
|
||||
```json5
|
||||
{
|
||||
@@ -2087,14 +2087,16 @@ for usage/billing and raise limits as needed.
|
||||
|
||||
```
|
||||
/model sonnet
|
||||
/model haiku
|
||||
/model opus
|
||||
/model gpt
|
||||
/model gpt-mini
|
||||
/model gemini
|
||||
/model gemini-flash
|
||||
/model gemini-flash-lite
|
||||
```
|
||||
|
||||
These are the built-in aliases. Custom aliases can be added via `agents.defaults.models`.
|
||||
|
||||
You can list available models with `/model`, `/model list`, or `/model status`.
|
||||
|
||||
`/model` (and `/model list`) shows a compact, numbered picker. Select by number:
|
||||
|
||||
Reference in New Issue
Block a user