Venice's API doesn't support certain OpenAI-compatible parameters that Clawdbot sends by default: - `store`: Venice returns HTTP 400 with no body when this is present - `developer` role: Not supported by Venice's API This adds VENICE_COMPAT settings (supportsStore: false, supportsDeveloperRole: false) to all Venice model definitions, both from the static catalog and dynamically discovered models. Fixes issues reported in PR #1666 where users experienced silent failures (HTTP 400, no body) when using Venice models. Co-authored-by: jonisjongithub <jonisjongithub@users.noreply.github.com> Co-authored-by: Clawdbot <bot@clawd.bot>
31 lines
1.1 KiB
Markdown
31 lines
1.1 KiB
Markdown
---
|
|
summary: "CLI reference for `clawdbot configure` (interactive configuration prompts)"
|
|
read_when:
|
|
- You want to tweak credentials, devices, or agent defaults interactively
|
|
---
|
|
|
|
# `clawdbot configure`
|
|
|
|
Interactive prompt to set up credentials, devices, and agent defaults.
|
|
|
|
Note: The **Model** section now includes a multi-select for the
|
|
`agents.defaults.models` allowlist (what shows up in `/model` and the model picker).
|
|
|
|
Tip: `clawdbot config` without a subcommand opens the same wizard. Use
|
|
`clawdbot config get|set|unset` for non-interactive edits.
|
|
|
|
Related:
|
|
- Gateway configuration reference: [Configuration](/gateway/configuration)
|
|
- Config CLI: [Config](/cli/config)
|
|
|
|
Notes:
|
|
- Choosing where the Gateway runs always updates `gateway.mode`. You can select "Continue" without other sections if that is all you need.
|
|
- Channel-oriented services (Slack/Discord/Matrix/Microsoft Teams) prompt for channel/room allowlists during setup. You can enter names or IDs; the wizard resolves names to IDs when possible.
|
|
|
|
## Examples
|
|
|
|
```bash
|
|
clawdbot configure
|
|
clawdbot configure --section models --section channels
|
|
```
|