diff --git a/evaluations/async_evaluator.py b/evaluations/async_evaluator.py index fd6a8a7..8050300 100644 --- a/evaluations/async_evaluator.py +++ b/evaluations/async_evaluator.py @@ -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