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, *, token_type: TokenType = TokenType.PROMPT ) -> str
model_name
str
Model name to standardize.
token_type
TokenType
TokenType.PROMPT
Token type. Defaults to TokenType.PROMPT.