(test) run ci/cd again

This commit is contained in:
ishaan-jaff 2023-12-11 23:17:23 -08:00
parent e5bc7b338a
commit eb8514ddf6

View file

@ -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 ""