move OpenAICompletionProvider to providers location

This commit is contained in:
KCaverly 2023-10-22 13:57:13 +02:00
parent 3712794e56
commit 05ae978cb7
6 changed files with 222 additions and 213 deletions

View file

@ -4,7 +4,7 @@ mod codegen;
mod prompts;
mod streaming_diff;
use ai::completion::Role;
use ai::providers::open_ai::Role;
use anyhow::Result;
pub use assistant_panel::AssistantPanel;
use assistant_settings::OpenAIModel;