Skip to content

Commit 06a1ecd

Browse files
authored
[TYPO] Update tweet_metric.py
autoamtic -> automatic
1 parent 677f507 commit 06a1ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/tasks/tweet_metric.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def forward (self,question) :
3939
context += self.retrieve(query).passages
4040
return dspy.Prediction(context=context, answer=self.generate_answer(context = context , question = question).answer)
4141

42-
# Define the signature for autoamtic assessments.
42+
# Define the signature for automatic assessments.
4343
class Assess(dspy.Signature):
4444
"""Assess the quality of a tweet along the specified dimension."""
4545

@@ -145,4 +145,4 @@ def get_program(self):
145145

146146
def get_metric(self):
147147
return self.metric
148-
148+

0 commit comments

Comments
 (0)