mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
Update llama_stack/providers/tests/inference/groq/test_groq_utils.py
This commit is contained in:
parent
09ab5c8eab
commit
78912e663b
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue