From bf6c92a41ae4e37abbe205a8d38143e6ff70c03e Mon Sep 17 00:00:00 2001 From: HashWarlock Date: Sun, 25 Jan 2026 22:29:52 -0600 Subject: [PATCH] docs: fix Redpill provider CLI commands --- docs/providers/redpill.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs/providers/redpill.md b/docs/providers/redpill.md index ba1504b1f..8adaae432 100644 --- a/docs/providers/redpill.md +++ b/docs/providers/redpill.md @@ -77,7 +77,7 @@ clawdbot onboard --non-interactive \ ### 3. Verify Setup ```bash -clawdbot chat --model redpill/deepseek/deepseek-v3.2 "Hello, are you working?" +clawdbot agent --message "Hello, are you working?" ``` ## Model Selection @@ -169,17 +169,14 @@ All GPU TEE models incur costs based on: ## Usage Examples ```bash -# Use default model -clawdbot chat --model redpill/deepseek/deepseek-v3.2 +# Use default model (configured in agents.defaults.model.primary) +clawdbot agent --message "Your question here" -# Use reasoning model -clawdbot chat --model redpill/deepseek/deepseek-r1-0528 +# Configure a specific default model +clawdbot config set agents.defaults.model.primary redpill/deepseek/deepseek-r1-0528 -# Use coding model -clawdbot chat --model redpill/qwen/qwen3-coder-480b-a35b-instruct - -# Use vision model with image -clawdbot chat --model redpill/qwen/qwen3-vl-30b-a3b-instruct +# Use with local session +clawdbot agent --local --session-id my-session --message "Your question here" # Switch model mid-chat using /model directive > /model redpill/moonshotai/kimi-k2-thinking