mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
fix linting
This commit is contained in:
parent
5fe95f7232
commit
4e365443f2
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue