File size: 295 Bytes
df23150 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Custom LLM Endpoint
Custom LLM Endpoint for Paperclip.
## Development
```bash
pnpm install
pnpm dev
pnpm dev:ui
pnpm test
```
The plugin uses local SDK and shared package tarballs stored in `.paperclip-sdk/`
so the development package is decoupled from the Paperclip monorepo source tree.
|