We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819c79e commit b8f9a2aCopy full SHA for b8f9a2a
pyrit/score/scorer.py
@@ -80,7 +80,7 @@ async def score_responses_batch_async(
80
"""
81
Scores a batch of responses.
82
83
- This will send the requests as tasks if it can. If it's complicated (e.g. non-text) it will send None.
+ This will send the lasst requests as tasks if it can. If it's complicated (e.g. non-text) it will send None.
84
85
For more control, use score_prompts_with_tasks_batch_async
86
0 commit comments