Hello,I'm attempting to use the instructor library for validating the output of a foundation model (DBRX in this case). Here's my code: import instructor
from instructor.client import Instructor
from pydantic import BaseModel
from openai import OpenA...