mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Update README.md typo (#124)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user