Tiktoken::Encoding
Inherits Reference < Object
Class methods
cl100k_base
Sourcefor_model(model_name : String)
Sourceo200k_base
Sourceo200k_harmony
Sourcep50k_base
Sourcep50k_edit
Sourcer50k_base
SourceInstance methods
count(text : String, allowed_special : Set(String) = Set(String).new) : Int32
Sourcecount_ordinary(text : String) : Int32
Sourcecount_with_special_tokens(text : String) : Int32
Sourcedecode(tokens) : String
Sourcedecode_bytes(tokens) : Bytes
Sourceencode(text : String, allowed_special : Set(String) = Set(String).new)
Sourceencode_ordinary(text : String)
Sourceencode_with_special_tokens(text : String)
Sourcefinalize
Source