mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(test) tokenizer worked test
This commit is contained in:
parent
ecc6790a23
commit
b74b051385
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def test_tokenizers():
|
|||
# assert that all token values are different
|
||||
assert openai_tokens != cohere_tokens != llama2_tokens, "Token values are not different."
|
||||
|
||||
return "It worked!"
|
||||
print("test tokenizer: It worked!")
|
||||
except Exception as e:
|
||||
pytest.fail(f'An exception occured: {e}')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue