Ask a question to get started
Enter to sendā¢Shift+Enter new line
standardize_model_name( model_name: str, *, token_type: TokenType = TokenType.PROMPT )
model_name
str
token_type
TokenType
TokenType.PROMPT
Standardize the model name to a format that can be used in the OpenAI API.
Model name to standardize.
Token type. Defaults to TokenType.PROMPT.