Add section on highlight and bytes

pull/943/head
jhills20 5 months ago committed by GitHub
parent 923f20d311
commit 9f5eb33d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,6 +27,11 @@
"\n",
"3. Autocomplete\n",
"* `logprobs` could help us decide how to suggest words as a user is typing."
"\n",
"4. Token highlighting and outputting bytes\n",
"* `logprobs` allows users to easily create a highlighter/tokenizer. Additionally, the bytes parameter includes the ASCII encoding of each output character, which is particularly useful for reproducing emojis and special characters."
]
},
{

Loading…
Cancel
Save