✅ Quick Fixes
- Use a faster model - Claude Haiku or GPT-4o mini
- Check API provider status - Might be having issues
- Clear conversation history - Long chats slow things down
Use a Faster Model
Smaller models respond faster:
# Use Claude Haiku (fast)
clawdbot config set model claude-3-haiku
# Or GPT-4o mini (fast)
clawdbot config set model gpt-4o-mini
Check Provider Status
Sometimes the AI providers have slowdowns:
Restart the Gateway
clawdbot gateway restart
Sometimes a fresh start helps.
Running locally? If using Ollama, make sure you have enough RAM (16GB+) and consider a GPU for faster inference.
Was this helpful?
Thanks for the feedback!