Skip to content

Commit

Permalink
Update llama_stack/providers/tests/inference/groq/test_groq_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aidando73 authored Dec 14, 2024
1 parent 09ab5c8 commit 78912e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def test_maps_length_to_end_of_message(self):

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(
Expand Down

0 comments on commit 78912e6

Please sign in to comment.