Skip to content

Commit

Permalink
change one test to use gpt-4o because gpt-3.5 is now dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-btc committed Jul 19, 2024
1 parent 71dfb42 commit e1a2a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/generation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ test(
temperature: 0,
cache: false,
embeddings,
model: "gpt-4o",
});

expect(message).toBe("banana42");
Expand Down

0 comments on commit e1a2a39

Please sign in to comment.