Skip to content

Commit

Permalink
minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlind committed Jun 25, 2024
1 parent 40fbcbb commit a8423f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def _return_invalid_response(*args, **kwargs):

assert 5 == client.coherence("some text")

# patch __call__ with a valid response
# patch __call__ with an invalid response
monkeypatch.setattr(
"valor_api.backend.core.llm_clients.LLMClient.__call__",
_return_invalid_response,
Expand Down

0 comments on commit a8423f3

Please sign in to comment.