//! GitHub Models Provider
//!
//! GitHub Models provides access to various AI models through GitHub's inference API.
//! The API is OpenAI-compatible, making integration straightforward.
//!
//! This implementation follows the Python LiteLLM library pattern for GitHub Models.
// Re-export main types for external use
pub use GitHubConfig;
pub use GitHubError;
pub use ;
pub use GitHubProvider;