Go to file
Luc Georges 073be09042
feat: add tokenizer for context window size check (#5)
* feat: add tokenizer for context window size check

* refactor: clippy

* refactor: use `format!` instead of mut

* refactor: remove unnecessary cloning
2023-08-27 00:21:55 +02:00
src feat: add tokenizer for context window size check (#5) 2023-08-27 00:21:55 +02:00
.gitignore feat: init ccserver 2023-08-10 22:46:10 +02:00
Cargo.lock feat: add tokenizer for context window size check (#5) 2023-08-27 00:21:55 +02:00
Cargo.toml feat: add tokenizer for context window size check (#5) 2023-08-27 00:21:55 +02:00
LICENSE feat: add LICENSE (#1) 2023-08-10 22:50:24 +02:00
README.md feat: code completion (#2) 2023-08-24 17:46:26 +02:00

llm-ls

Important

This is currently a work in progress, expect things to be broken!

llm-ls is a LSP server leveraging LLMs for code completion (and more?).

Compatible extensions