feat: add azure openai provider (#960)

This commit is contained in:
Alice Hau
2025-01-31 09:30:36 -05:00
committed by GitHub
parent 092d8711a9
commit 5f6c85d7bd
10 changed files with 274 additions and 93 deletions
+1
View File
@@ -1,4 +1,5 @@
pub mod anthropic;
pub mod azure;
pub mod base;
pub mod databricks;
pub mod errors;