fix linting

This commit is contained in:
Ishaan Jaff 2024-09-12 14:15:18 -07:00
parent 5fe95f7232
commit 4e365443f2
3 changed files with 4 additions and 2 deletions

View file

@ -50,4 +50,3 @@ async def test_o1_handle_system_role(respx_mock: MockRouter):
print(f"response: {response}")
assert isinstance(response, ModelResponse)
assert response.choices[0].message.content == "Mocked response"