Skip to content

Commit

Permalink
print out llm response
Browse files Browse the repository at this point in the history
  • Loading branch information
magdyksaleh committed Nov 8, 2024
1 parent 349913e commit 79c8174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests-2/test_base_mistral.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ def test_base_mistral():
json={"inputs": test_prompt, "parameters": {"max_new_tokens": 10}},
)
response.raise_for_status()
print("RESPONSE FROM LLM: ", response.json())
assert len(response.json()["generated_text"]) > 0
runner.stop_container()

0 comments on commit 79c8174

Please sign in to comment.