From b21ec2f6e1c4c2009dd5a7fe7f3298eaea17c9c2 Mon Sep 17 00:00:00 2001 From: Marcel Claus Date: Wed, 10 May 2023 23:51:05 +0200 Subject: [PATCH] fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae71fc..6ac119d 100644 --- a/README.md +++ b/README.md @@ -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