Ask a question to get started
Enter to sendā¢Shift+Enter new line
Determine the model to use based on a name, using only the table of known models.
Raise a warning if the model is found to be an alias of a known model.
If the model is not found, return None.
None
determine_model( name: str, ) -> Optional[Model]