1
2
Fork
You've already forked cliplama
0
a local model that does literally nothing :3 https://crates.io/crates/cliplama
  • Rust 100%
nicole mikołajczyk 7f7b51d54c woof back
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
2026年02月16日 22:01:30 +01:00
src woof back 2026年02月16日 22:01:30 +01:00
.gitignore Initial commit 2026年02月16日 18:46:17 +01:00
Cargo.lock woof back 2026年02月16日 22:01:30 +01:00
Cargo.toml woof back 2026年02月16日 22:01:30 +01:00
LICENSE license, docs 2026年02月16日 19:18:03 +01:00
README.md woof back 2026年02月16日 22:01:30 +01:00

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/version
  • GET /api/tags
  • POST /api/show
  • POST /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