diff --git a/README.md b/README.md index c8a6456..7f7dfc7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ Features and design choices: - Automatic generation for [PSL][psl]\\[Type][psl_type] - Provide your own schema - [symfony/serializer][sf_serializer] integration to deserialize LLMs outputs -- Streaming first/only. Partial JSON parsing/deserialization. -- A set of pre-configured LLMs with the best settings. Just set your API keys and try the different models. No need to know about json mode, function calling, etc. +- Streaming first/only. +- Correctly parses/deserializes incomplete JSON during streaming. +- A set of pre-configured LLMs with the best settings. + - Just set your API keys and try the different models. + - No need to know about json mode, function calling, etc. ## Installation and Usage