Remove unused code.

This commit is contained in:
Nicolas Patry 2024-09-13 21:50:59 +02:00
parent 70f910bba6
commit 2bd0117c27
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
1 changed files with 0 additions and 3 deletions

View File

@ -100,10 +100,7 @@ async def test_lora_mistral_with_customer_support_adapter(
assert response.status_code == 200
data = response.json()
from text_generation.types import Response
print(data)
response = Response(**data)
assert data["generated_text"] == " check balance"
assert data == response_snapshot