From fd865ede8bf5d27604bea9cc819482d4b0904c1a Mon Sep 17 00:00:00 2001 From: jeff3071 Date: Thu, 26 Oct 2023 23:03:53 +0800 Subject: [PATCH] Update README.md typo (#124) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b11cc83..3651db5 100644 --- a/README.md +++ b/README.md @@ -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