Update README.md

This commit is contained in:
Jason Liu
2023-09-25 21:48:59 -04:00
committed by GitHub
parent 0f896fe138
commit f834a8fd6c
+2 -2
View File
@@ -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