We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51951b commit 3f1b056Copy full SHA for 3f1b056
crates/bpe-openai/src/lib.rs
@@ -47,7 +47,7 @@ pub use bpe::*;
47
/// produce the same output as the tiktoken tokenizers. The type gives access
48
/// to the regex and underlying bye-pair encoding if needed. Note that using
49
/// the byte-pair encoding directly does not take the regex into account and
50
-/// may result in output that differs from tiktoken.
+/// may result in output that differs from tiktoken.
51
pub struct Tokenizer {
52
/// The byte-pair encoding for this tokenizer.
53
pub bpe: BytePairEncoding,
0 commit comments