Uses of Class
xyz.felh.openai.jtokkit.api.EncodingResult
Packages that use EncodingResult
-
Uses of EncodingResult in xyz.felh.openai.jtokkit.api
Methods in xyz.felh.openai.jtokkit.api that return EncodingResultModifier and TypeMethodDescriptionEncodes the given text into a list of token ids.Encoding.encodeOrdinary(String text, int maxTokens) Encodes the given text into a list of token ids, ignoring special tokens.