OpenClip Setup Guide

← Back to Home

1. Install OpenClip

curl -fsSL https://raw.githubusercontent.com/ahmdd4vd/OpenClip/main/scripts/install.sh | bash

2. Configure API Keys

Set your API keys in .env or via CLI:

openclip llm set anthropic --api-key sk-ant-...

3. Start Chat

openclip chat

← Back to Home