Run the server locally.
Get yourself an API Key from Anthropic here: Anthropic Console
Insert your API Key into the .env file. See the .env.example file as an example.
git clone git@github.com:pskirde/claudius.git
cd claudius
npm install
npm run dev --turbopack
I wanted to have a local UI for my work with Claude 3.5 sonnet.
I thought about make this UI agnostic and work with local models in mind.