Update llama_stack/providers/tests/inference/groq/test_groq_utils.py

This commit is contained in:
Aidan Do 2024-12-14 20:48:38 +11:00 committed by GitHub
parent 09ab5c8eab
commit 78912e663b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -186,7 +186,7 @@ class TestConvertNonStreamChatCompletionResponse:
converted = convert_chat_completion_response(response)
assert converted.completion_message.stop_reason == StopReason.end_of_message
assert converted.completion_message.stop_reason == StopReason.out_of_tokens
def _dummy_chat_completion_response(self):
return ChatCompletion(