chore(sync): mirror docs from openclaw/openclaw@e7fe087677

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-06 16:25:31 +00:00
parent 0e2efb4727
commit 4c6cbb3ecb
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "7af1def02535f91a7c8dda99eb34a5e385bf0b88",
"syncedAt": "2026-04-06T16:22:25.444Z"
"sha": "e7fe087677a659004d805c8ccd947db4ebfc0fed",
"syncedAt": "2026-04-06T16:25:30.666Z"
}

View File

@ -28,6 +28,7 @@ Config key:
Allowed values:
- `"friendly"`: default; enable the OpenAI-specific overlay.
- `"on"`: alias for `"friendly"`.
- `"off"`: disable the overlay and use the base OpenClaw prompt only.
Scope:
@ -77,6 +78,9 @@ You can also set it directly with the config CLI:
openclaw config set plugins.entries.openai.config.personality off
```
OpenClaw normalizes this setting case-insensitively at runtime, so values like
`"Off"` still disable the friendly overlay.
## Option A: OpenAI API key (OpenAI Platform)
**Best for:** direct API access and usage-based billing.