mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
update fix
This commit is contained in:
parent
d9c64738c7
commit
68c2243e83
6 changed files with 43 additions and 33 deletions
|
|
@ -73,7 +73,7 @@ async def test_chat_completion(mock_hanlder, mock_client):
|
|||
mock_hanlder._format_system.return_value = "<formatted_tools>"
|
||||
|
||||
response = Response()
|
||||
chat_response = await chat_completion(request, response, prefill_enabled=True)
|
||||
chat_response = await chat_completion(request, response)
|
||||
|
||||
assert isinstance(chat_response, ChatCompletionResponse)
|
||||
assert chat_response.choices[0].message.content is not None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue