Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geckse authored May 10, 2023
1 parent 8215577 commit b21ec2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You can:
| Encode | Encode a string into BPE Tokens. Returns an array of Tokens. | - |
| Decode | Decode an array of BPE Tokens into a string. Returns a string. | - |
| Count Tokens | Count the tokens a string produces. Return a the number of tokens. | - |
| Check Token Limit | Wheather a given string exceeds a defined Token Limit. Returns a boolean. | Optional: Create an error if the Token Limit is exceeded. |
| Check Token Limit | Wheather a given string exceeds a defined Token Limit. Returns a boolean. | Optional: throw an error if the Token Limit is exceeded. |
| Slice to Max Token Limit | Slice the string into block which match exactly the provided token limit. Returns an array of strings. | - |

## Installation
Expand Down

0 comments on commit b21ec2f

Please sign in to comment.