From 68d0f91801b374f7d2f109b5020b6e29280f4d9c Mon Sep 17 00:00:00 2001 From: Noam Gat Date: Fri, 10 Nov 2023 17:25:14 +0200 Subject: [PATCH] README change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eed7302..2a57608 100644 --- a/README.md +++ b/README.md @@ -162,5 +162,5 @@ You can see that the model "wanted" to start the answer using ```Sure```, but th - LM Format Enforcer requires a python API to process the output logits of the language model. This means that until the APIs are extended, it can not be used with OpenAI ChatGPT and similar API based solutions. - Regular expression syntax is not 100% supported. See [interegular](https://pypi.org/project/interegular/) for more details. -- LM Format Enforcer can only generate characters that exist in the tokenizer vocabulary. This may be solved in a later version, see [the issue on GitHub](https://github.com/noamgat/lm-format-enforcer/issues/13). +- LM Format Enforcer Regex Parser can only generate characters that exist in the tokenizer vocabulary. This may be solved in a later version, see [the issue on GitHub](https://github.com/noamgat/lm-format-enforcer/issues/13). - JSON Schemas need to be strictly typed - unions or untyped variables are not supported. This may be solved in a later version, see [the issue on GitHub](https://github.com/noamgat/lm-format-enforcer/issues/14).