Unknown

org.llm4s.context.tokens.TokenizerAccuracy.Unknown
case class Unknown(description: String) extends TokenizerAccuracy

Unknown model, using fallback tokenizer. Token counts are best-effort estimates.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val isExact: Boolean

True if token counts will match actual API usage.

True if token counts will match actual API usage.

Attributes