move OpenAILanguageModel to providers folder

This commit is contained in:
KCaverly 2023-10-22 13:47:28 +02:00
parent a62baf34f2
commit 3712794e56
6 changed files with 62 additions and 56 deletions

View file

@ -2,3 +2,4 @@ pub mod completion;
pub mod embedding;
pub mod models;
pub mod prompts;
pub mod providers;