Merge branch 'main' into litellm_fix_azure_function_calling_streaming

This commit is contained in:
Krish Dholakia 2024-02-22 22:36:38 -08:00 committed by GitHub
commit 858c21c96d
23 changed files with 869 additions and 173 deletions

View file

@ -393,6 +393,8 @@ def test_completion_palm_stream():
if complete_response.strip() == "":
raise Exception("Empty response received")
print(f"completion_response: {complete_response}")
except litellm.Timeout as e:
pass
except litellm.APIError as e:
pass
except Exception as e: