Skip to content

Commit

Permalink
tests: update models to provider/model format (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbrayo authored Sep 28, 2024
1 parent 2461448 commit 9060e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# gpt-3.5-turbo is a lot faster, so makes running the tests faster,
# but gpt-4 is more accurate, so passes more complex tests where gpt-3.5-turbo stumbles.
# there is also gpt-3.5-turbo-16k, which handles contexts up to 16k tokens (vs gpt-4's 8k and gpt-3.5-turbo's 4k).
MODEL="gpt-4-1106-preview"
MODEL="openai/gpt-4-1106-preview"
ARGS="--model $MODEL"


Expand Down

0 comments on commit 9060e15

Please sign in to comment.