Skip to content

Commit

Permalink
Update mode.test.ts (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnl authored Jan 5, 2024
1 parent 98f2a1c commit 77f8d25
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 @@ -9,7 +9,7 @@ const models_latest = ["gpt-3.5-turbo-1106", "gpt-4-1106-preview"]
const models_old = ["gpt-3.5-turbo", "gpt-4"]

const createTestCases = (): { model: string; mode: MODE }[] => {
const { FUNCTIONS, ...rest } = MODE
const { FUNCTIONS, JSON_SCHEMA, ...rest } = MODE
const modes = Object.values(rest)

return [
Expand Down

0 comments on commit 77f8d25

Please sign in to comment.