pub fn resolve_model_and_provider( config: &Config, provider_override: Option<String>, model_override: Option<String>, ) -> Result<(String, String)>