(fix) updating router settings

This commit is contained in:
Ishaan Jaff 2024-04-24 23:07:19 -07:00
parent 72dffdba39
commit 13e0ac64ef

View file

@ -57,7 +57,7 @@ def test_completion_custom_provider_model_name():
messages=messages, messages=messages,
logger_fn=logger_fn, logger_fn=logger_fn,
) )
# Add any assertions here to, check the response # Add any assertions here to,check the response
print(response) print(response)
print(response["choices"][0]["finish_reason"]) print(response["choices"][0]["finish_reason"])
except litellm.Timeout as e: except litellm.Timeout as e: