MCPcopy
hub / github.com/langroid/langroid / rename_params

Method rename_params

langroid/language_models/openai_gpt.py:872–877  ·  view source on GitHub ↗

Map of param name -> new name for specific models. Currently main troublemaker is o1* series.

(self)

Source from the content-addressed store, hash-verified

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 """

Callers 1

_prep_chat_completionMethod · 0.95

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected