Skip to content

Commit

Permalink
update to use functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Jan 3, 2024
1 parent 58f01df commit d491dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function extractUserMany() {

const client = Instructor({
client: oai,
mode: "TOOLS"
mode: "FUNCTIONS"
})

const user: Users = await client.chat.completions.create({
Expand Down

0 comments on commit d491dea

Please sign in to comment.