Ask a question to get started
Enter to sendā¢Shift+Enter new line
Standardize the model name to a format that can be used in the OpenAI API.
standardize_model_name( model_name: str, price_map: dict = {}, is_completion: bool = False ) -> str
model_name
str
Model name to standardize.
is_completion
bool
False
Whether the model is used for completion or not.