Support using ollama as an inline_completion_provider

This commit is contained in:
Oliver Azevedo Barnes 2025-06-29 13:29:45 -03:00
parent 047d515abf
commit 72d0b2402a
No known key found for this signature in database
9 changed files with 535 additions and 4 deletions

5
crates/ollama/src/lib.rs Normal file
View file

@ -0,0 +1,5 @@
mod ollama;
mod ollama_completion_provider;
pub use ollama::*;
pub use ollama_completion_provider::*;