We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ae83e commit 784f0e5Copy full SHA for 784f0e5
tiktoken-rs/src/api.rs
@@ -84,7 +84,7 @@ pub struct ChatCompletionRequestMessage {
84
/// # Returns
85
///
86
/// * `Result<usize>`: A Result containing the total number of tokens needed to encode the messages
87
-/// for the specified model, or an error if the tokenizer for the model is not found or not supported.
+/// for the specified model, or an error if the tokenizer for the model is not found or not supported.
88
89
/// # Errors
90
tiktoken-rs/src/vendor_tiktoken.rs
@@ -1,4 +1,5 @@
1
// This check is new and seems buggy (possibly with PyO3 interaction)
2
+#![allow(clippy::doc_lazy_continuation)]
3
#![allow(clippy::borrow_deref_ref)]
4
#![allow(non_local_definitions)]
5
use std::collections::HashSet;
0 commit comments