Skip to content

Commit

Permalink
docs: features
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault committed Apr 23, 2024
1 parent 98512ea commit a3a80ba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3a80ba

Please sign in to comment.