39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
# 2026-02-14 - OpenClaw Configuration & API Setup
|
|
|
|
## Configuration Changes Made
|
|
- Increased concurrency: 8 main agents, 16 subagents
|
|
- Enabled cron jobs (max 4 concurrent runs)
|
|
- Optimized for research and development workflows
|
|
|
|
## API Keys Status
|
|
|
|
### ✅ Configured
|
|
- **Kimi Coding** - Primary model (kimi-coding/k2p5)
|
|
- **xAI/Grok-4** - Active model via fallback chain
|
|
- **OpenRouter** - Auth profile created, needs models configured
|
|
- **Telegram Bot** - Channel integration working
|
|
|
|
### 🔄 Pending Configuration
|
|
- **Firecrawl** - API key ready, config syntax issues
|
|
- **Gemini/Google AI** - API key ready, needs provider setup
|
|
- **Groq** - Fallbacks configured, needs full provider setup
|
|
|
|
## Commands Learned
|
|
- `openclaw gateway config patch --raw '{...}'` - Correct syntax for config updates
|
|
- `openclaw gateway config edit` - Direct config editing
|
|
- `openclaw gateway config get` - View current config
|
|
- Environment variables as fallback for API keys
|
|
|
|
## Free API Alternatives for Web Search
|
|
- **Brave Search** - No longer has free tier ($3/month minimum)
|
|
- **SerpAPI** - 100 searches/month free
|
|
- **SearXNG** - Self-hosted, unlimited
|
|
- **DuckDuckGo** - No API key needed (HTML scraping)
|
|
- **Jina AI** - Free, no signup (r.jina.ai/http://URL)
|
|
|
|
## Next Steps
|
|
1. Complete Firecrawl configuration (web scraping)
|
|
2. Add Gemini for embeddings and image understanding
|
|
3. Finalize OpenRouter model configuration
|
|
4. Test all configured APIs
|