mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fixes to get optional params
This commit is contained in:
parent
0ae93d1112
commit
8c48af11c2
9 changed files with 86 additions and 90 deletions
|
@ -709,7 +709,7 @@ def test_completion_sagemaker_stream():
|
|||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
# test_completion_sagemaker_stream()
|
||||
test_completion_sagemaker_stream()
|
||||
|
||||
# test on openai completion call
|
||||
def test_openai_text_completion_call():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue