We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a898cc9 commit 3b04874Copy full SHA for 3b04874
test/test_token_count.py
@@ -142,7 +142,7 @@ def test_model_aliases():
142
assert get_max_token_limit("gpt4") == get_max_token_limit("gpt-4")
143
assert get_max_token_limit("gpt4-32k") == get_max_token_limit("gpt-4-32k")
144
assert get_max_token_limit("gpt4o") == get_max_token_limit("gpt-4o")
145
- assert get_max_token_limit("gpt4omini") == get_max_token_limit("gpt-4o-mini")
+ assert get_max_token_limit("gpt4o-mini") == get_max_token_limit("gpt-4o-mini")
146
147
148
if __name__ == "__main__":
0 commit comments