forked from phoenix/litellm-mirror
(test) run ci/cd again
This commit is contained in:
parent
e5bc7b338a
commit
eb8514ddf6
1 changed files with 1 additions and 1 deletions
|
@ -1067,7 +1067,7 @@ def test_completion_chat_sagemaker():
|
||||||
temperature=0.7,
|
temperature=0.7,
|
||||||
stream=True,
|
stream=True,
|
||||||
)
|
)
|
||||||
# Add any assertions here to check the response
|
# Add any assertions here to check the response
|
||||||
complete_response = ""
|
complete_response = ""
|
||||||
for chunk in response:
|
for chunk in response:
|
||||||
complete_response += chunk.choices[0].delta.content or ""
|
complete_response += chunk.choices[0].delta.content or ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue