Update README.md typo (#124)

This commit is contained in:
jeff3071
2023-10-26 23:03:53 +08:00
committed by GitHub
parent 4c9644266c
commit fd865ede8b
+1 -1
View File
@@ -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