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

View file

@ -9,6 +9,7 @@ path = "src/assistant.rs"
doctest = false
[dependencies]
ai = { path = "../ai" }
client = { path = "../client" }
collections = { path = "../collections"}
editor = { path = "../editor" }