introduce ai crate with completion providers

This commit is contained in:
KCaverly 2023-09-21 22:44:56 -04:00
parent 5f6334696a
commit 48e151495f
10 changed files with 273 additions and 242 deletions

1
crates/ai/src/ai.rs Normal file
View file

@ -0,0 +1 @@
pub mod completion;