cjovs's picture
Add Custom LLM Endpoint plugin
df23150 verified
|
Raw
History Blame Contribute Delete
295 Bytes
# 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.