From 153f7bcbe90aaec764708489ae552ab9345b7ef0 Mon Sep 17 00:00:00 2001 From: Weitian Xing Date: Sun, 21 Apr 2024 20:14:13 -0400 Subject: [PATCH] Fix bullet list in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0d76b7af..9338cbb2e 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Instructor is a Python library that makes it a breeze to work with structured ou - **Response Models**: Specify Pydantic models to define the structure of your LLM outputs - **Retry Management**: Easily configure the number of retry attempts for your requests - **Validation**: Ensure LLM responses conform to your expectations with Pydantic validation +- **Validation**: Ensure LLM responses conform to your expectations with Pydantic validation - **Streaming Support**: Work with Lists and Partial responses effortlessly - **Flexible Backends**: Seamlessly integrate with various LLM providers beyond OpenAI +- **Flexible Backends**: Seamlessly integrate with various LLM providers beyond OpenAI ## Get Started in Minutes