move OpenAILanguageModel to providers folder
This commit is contained in:
parent
a62baf34f2
commit
3712794e56
6 changed files with 62 additions and 56 deletions
|
@ -2,3 +2,4 @@ pub mod completion;
|
|||
pub mod embedding;
|
||||
pub mod models;
|
||||
pub mod prompts;
|
||||
pub mod providers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue