Map of param name -> new name for specific models. Currently main troublemaker is o1* series.
(self)
| 870 | return list(unsupported) |
| 871 | |
| 872 | def rename_params(self) -> Dict[str, str]: |
| 873 | """ |
| 874 | Map of param name -> new name for specific models. |
| 875 | Currently main troublemaker is o1* series. |
| 876 | """ |
| 877 | return self.info().rename_params |
| 878 | |
| 879 | def chat_context_length(self) -> int: |
| 880 | """ |
no test coverage detected