Skip to content

Commit

Permalink
Remove duplicate UserSchema definition (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinamps authored Apr 15, 2024
1 parent 71c4581 commit 625b543
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ import Instructor from "@instructor-ai/instructor";
import OpenAI from "openai"
import { z } from "zod"

const UserSchema = z.object({
age: z.number(),
name: z.string()
})

const oai = new OpenAI({
apiKey: process.env.OPENAI_API_KEY ?? undefined,
organization: process.env.OPENAI_ORG_ID ?? undefined
Expand Down

0 comments on commit 625b543

Please sign in to comment.