move OpenAICompletionProvider to providers location
This commit is contained in:
parent
3712794e56
commit
05ae978cb7
6 changed files with 222 additions and 213 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue