//! This module provides the OllamaCloud provider, wrapping OpenAI Chat Completions for OllamaCloud requests.
// Generate the settings module
crateopenai_compatible_settings!;
// Generate the provider struct and builder
crateopenai_compatible_provider!;
// Generate the language model implementation
crateopenai_compatible_language_model!;