mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-18 08:31:49 -06:00
3b9e67decc
- Problem: the Chutes provider guide links to https://chutes.ai/settings/api-keys to create an API key, but that URL returns HTTP 404. - Fix: point both references (onboarding prose + Related Card href) to the live https://chutes.ai/app/settings/api-keys, which is the real app settings area (confirmed by chutes.ai/robots.txt: Disallow: /app/settings). - Verification: curl https://chutes.ai/settings/api-keys -> 404; curl https://chutes.ai/app/settings/api-keys -> 200.