Field CharactersPerApproximateToken
- Namespace
- MailFathom.Application.Emails.Embeddings.Administration
- Assembly
- MailFathom.Application.dll
The characters one token is taken to be worth when an estimate is expressed in tokens.
public const int CharactersPerApproximateToken = 4
Returns
- int
- The characters one token is taken to be worth when an estimate is expressed in tokens.
Remarks
Four is the figure the providers this deployment reaches publish for English prose, and it is the whole of the approximation: a token count is a property of a model's own tokenizer, which MailFathom deliberately does not carry. The number therefore bounds the order of magnitude an activation is about to spend rather than predicting an invoice, which is exactly what ADR 0006 says the estimate is for.