Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowin committed Apr 18, 2024
1 parent b86ec9f commit 0dec50a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/ai/beta/vision/test_cast.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def assert_locations_equal(observed: Location, expected: Location):
assert_equal(
observed,
expected,
instructions="Do the locations refer to the same place even if the literal words differ? NYC, New York, and New York City are all the same place.",
model="gpt-3.5-turbo",
instructions="The location models may not be literally identical, but do they refer to the same city?",
)


Expand Down
3 changes: 1 addition & 2 deletions tests/ai/beta/vision/test_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ def assert_locations_equal(observed: Location, expected: Location):
assert_equal(
observed,
expected,
instructions="Do the locations refer to the same place even if the literal words differ? NYC, New York, and New York City are all the same place.",
model="gpt-3.5-turbo",
instructions="The location models may not be literally identical, but do they refer to the same city?",
)


Expand Down

0 comments on commit 0dec50a

Please sign in to comment.