Parse markdown into an OpenAI chat completion request
This commit is contained in:
parent
3984cc6d39
commit
912fd23006
7 changed files with 357 additions and 0 deletions
|
@ -162,6 +162,7 @@ fn main() {
|
|||
terminal_view::init(cx);
|
||||
theme_testbench::init(cx);
|
||||
copilot::init(http.clone(), node_runtime, cx);
|
||||
ai::init(cx);
|
||||
|
||||
cx.spawn(|cx| watch_themes(fs.clone(), cx)).detach();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue