Formatting (#2750)
This commit is contained in:
@@ -97,4 +97,4 @@ def test_completions_create_with_system_message(mock_memory_client, mock_litellm
|
||||
|
||||
call_args = mock_litellm.completion.call_args[1]
|
||||
assert call_args["messages"][0]["role"] == "system"
|
||||
assert call_args["messages"][0]["content"] == "You are a helpful assistant."
|
||||
assert call_args["messages"][0]["content"] == "You are a helpful assistant."
|
||||
|
||||
Reference in New Issue
Block a user