From f834a8fd6c169be4b151f1c88fc3e68b04aa5894 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Mon, 25 Sep 2023 21:48:59 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c90ed145f..1ea15b928 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ First, import the required libraries and apply the patch function to the OpenAI ```python import openai +import instructor from pydantic import BaseModel -from instructor import patch -patch() +instructor.patch() ``` ### Step 2: Define the Pydantic Model