test(test_router.py): fix router test

This commit is contained in:
Krrish Dholakia 2024-01-09 11:08:35 +05:30
parent 83835f10f6
commit 11ff324ff7
2 changed files with 6 additions and 3 deletions

View file

@ -2756,7 +2756,7 @@ def test_completion_chatgpt_prompt():
def test_text_completion_basic():
try:
print("\n test 003 with echo and logprobs \n")
print("\n test 003 with logprobs \n")
litellm.set_verbose = False
response = text_completion(
model="gpt-3.5-turbo-instruct",