Skip to content

Commit

Permalink
Update search.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bllchmbrs authored Mar 16, 2024
1 parent 046ec45 commit 6cb0c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `Search` class is a Pydantic model that defines the structure of the search
```python
import instructor
from openai import OpenAI
from typing import Iterable
from typing import Iterable, Literal
from pydantic import BaseModel, Field

# Apply the patch to the OpenAI client
Expand Down

0 comments on commit 6cb0c97

Please sign in to comment.