mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 05:52:15 +00:00
Fix typo (#3728)
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# tiktoken (OpenAI) Length Function\n",
|
"# tiktoken (OpenAI) Length Function\n",
|
||||||
"You can also use tiktoken, a open source tokenizer package from OpenAI to estimate tokens used. Will probably be more accurate for their models.\n",
|
"You can also use tiktoken, an open source tokenizer package from OpenAI to estimate tokens used. Will probably be more accurate for their models.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"1. How the text is split: by character passed in\n",
|
"1. How the text is split: by character passed in\n",
|
||||||
"2. How the chunk size is measured: by `tiktoken` tokenizer"
|
"2. How the chunk size is measured: by `tiktoken` tokenizer"
|
||||||
|
Reference in New Issue
Block a user