Skip to content

Commit

Permalink
Update README.md typo (instructor-ai#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff3071 authored Oct 26, 2023
1 parent 4c96442 commit fd865ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ LLM-based validation can also be plugged into the same Pydantic model. Here, if
```python hl_lines="9 15"
from pydantic import BaseModel, ValidationError, BeforeValidator
from typing_extensions import Annotated
from instruct import llm_validator
from instructor import llm_validator

class QuestionAnswer(BaseModel):
question: str
Expand Down

0 comments on commit fd865ed

Please sign in to comment.