Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
sreyakumar committed Nov 4, 2024
1 parent cb36723 commit fa13e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluations/async_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async def main():
langsmith_app, # Your AI system
data=dataset_name, # The data to predict and grade over
evaluators=[evaluator], # The evaluators to score the results
experiment_prefix="async-metadata-chatbot-0.0.64", # A prefix for your experiment names to easily identify them
experiment_prefix="async-metadata-chatbot-0.0.65", # A prefix for your experiment names to easily identify them
)
return experiment_results

Expand Down

0 comments on commit fa13e75

Please sign in to comment.