pub fn make_client( api_key: String, model: ModelId, ) -> Result<AnyClient, LLMError>
Create a client based on the model ID Uses the existing factory pattern from factory.rs