Set the default model to use for completion calls.
Sets self.model to model_name if it is in the litellm router's
(self.router) model list. This provides the default model to use
for completion calls if no model kwarg is provided.
set_default_model(
self,
model_name: str,
) -> None