getEncoderForModel static method
Returns the tiktoken encoding used by a model.
Implementation
static TiktokenEncoder getEncoderForModel(OpenAiModel model) =>
getEncoder(model.encoding);
Returns the tiktoken encoding used by a model.
static TiktokenEncoder getEncoderForModel(OpenAiModel model) =>
getEncoder(model.encoding);