Skip to content

Commit

Permalink
add json mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl committed Jan 2, 2024
1 parent 989ef06 commit 4e7fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe, expect, test } from "bun:test";
import OpenAI from "openai";
import { z } from "zod";

const models = ["gpt-3.5-turbo", "gpt-4"];
const models = ["gpt-3.5-turbo-1106", "gpt-4-1106-preview"];
const modes = ["FUNCTIONS", "JSON", "TOOLS"];

const createTestCases = () => {
Expand Down

0 comments on commit 4e7fa7d

Please sign in to comment.