fix patch

This commit is contained in:
Jason
2023-09-09 11:35:57 -04:00
parent 714bb86132
commit 904aecaa0a
+3
View File
@@ -35,6 +35,9 @@ The function **`classify`** will perform the single-label classification.
```python
import openai
import instructor
instructor.patch()
def classify(data: str) -> SinglePrediction:
"""Perform single-label classification on the input text."""