Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl authored Sep 26, 2023
1 parent 0f896fe commit f834a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f834a8f

Please sign in to comment.