Parse markdown into an OpenAI chat completion request

This commit is contained in:
Nathan Sobo 2023-05-19 15:20:58 -06:00
parent 3984cc6d39
commit 912fd23006
7 changed files with 357 additions and 0 deletions

View file

@ -46,6 +46,7 @@ collections = { path = "../collections", features = ["test-support"] }
gpui = { path = "../gpui", features = ["test-support"] }
live_kit_server = { path = "../live_kit_server" }
media = { path = "../media" }
nanoid = "0.4"
anyhow.workspace = true
async-trait.workspace = true