artificial-core 0.7.0

Provider-agnostic core traits, generic client and error types for the Artificial prompt-engineering SDK
Documentation
1
2
3
4
5
6
7
mod chat_complete;
pub use chat_complete::*;
mod prompt_execute;
pub use crate::generic::StreamingEventsProvider;
pub use prompt_execute::*;
mod transcription;
pub use transcription::*;