docs: fix Redpill provider CLI commands

This commit is contained in:
HashWarlock 2026-01-25 22:29:52 -06:00
parent 2f746ee09e
commit bf6c92a41a

View File

@ -77,7 +77,7 @@ clawdbot onboard --non-interactive \
### 3. Verify Setup ### 3. Verify Setup
```bash ```bash
clawdbot chat --model redpill/deepseek/deepseek-v3.2 "Hello, are you working?" clawdbot agent --message "Hello, are you working?"
``` ```
## Model Selection ## Model Selection
@ -169,17 +169,14 @@ All GPU TEE models incur costs based on:
## Usage Examples ## Usage Examples
```bash ```bash
# Use default model # Use default model (configured in agents.defaults.model.primary)
clawdbot chat --model redpill/deepseek/deepseek-v3.2 clawdbot agent --message "Your question here"
# Use reasoning model # Configure a specific default model
clawdbot chat --model redpill/deepseek/deepseek-r1-0528 clawdbot config set agents.defaults.model.primary redpill/deepseek/deepseek-r1-0528
# Use coding model # Use with local session
clawdbot chat --model redpill/qwen/qwen3-coder-480b-a35b-instruct clawdbot agent --local --session-id my-session --message "Your question here"
# Use vision model with image
clawdbot chat --model redpill/qwen/qwen3-vl-30b-a3b-instruct
# Switch model mid-chat using /model directive # Switch model mid-chat using /model directive
> /model redpill/moonshotai/kimi-k2-thinking > /model redpill/moonshotai/kimi-k2-thinking