a local model that does literally nothing :3
https://crates.io/crates/cliplama
|
|
||
|---|---|---|
| src | woof back | |
| .gitignore | Initial commit | |
| Cargo.lock | woof back | |
| Cargo.toml | woof back | |
| LICENSE | license, docs | |
| README.md | woof back | |
cliplama
a local model that does literally nothing :3
Use environment variables HOST and PORT to configure the server. Defaults to localhost:11434.
The project implements a subset of the Ollama API that's used by VS Code:
GET /api/versionGET /api/tagsPOST /api/showPOST /chat/completions.
Installation:
$ cargo install cliplama
Running:
$ PORT=2137 HOST=127.0.0.1 cliplama
Listening on 127.0.0.1:2137
$ cliplama help
cliplama — a local model that does literally nothing :3
version: 0.0.2
Use environment variables HOST and PORT to configure the server. Defaults to localhost:11434