Add Rig native model providers
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
|
||||
mod bedrock;
|
||||
mod chatgpt;
|
||||
mod native;
|
||||
mod openai_compatible;
|
||||
mod request;
|
||||
mod stream;
|
||||
|
||||
pub use bedrock::*;
|
||||
pub use chatgpt::*;
|
||||
pub use native::*;
|
||||
pub use openai_compatible::*;
|
||||
|
||||
Reference in New Issue
Block a user