cancel
Showing results for 
Search instead for 
Did you mean: 
Gromduraz
New Contributor II
since ‎04-22-2024
‎04-22-2024

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...