fix(utils.py): fix exception mapping for azure internal server error

This commit is contained in:
Krrish Dholakia 2024-06-06 17:08:05 -07:00
parent ea4334f760
commit 6f3468aee4
6 changed files with 6 additions and 3 deletions

View file

@ -2163,6 +2163,7 @@ def test_completion_azure_key_completion_arg():
logprobs=True,
max_tokens=10,
)
print(f"response: {response}")
print("Hidden Params", response._hidden_params)