mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 10:13:05 +00:00
test inference
This commit is contained in:
parent
5039888762
commit
f9e45e6edf
1 changed files with 2 additions and 3 deletions
|
@ -565,6 +565,5 @@ def test_multi_turn_chat_completion(client_with_models, text_model_id):
|
|||
messages=messages,
|
||||
)
|
||||
|
||||
print(response.completion_message.tool_calls)
|
||||
print(response)
|
||||
assert response.completion_message.content == "raining"
|
||||
assert "rain" in response.completion_message.content.lower()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue