Skip to content

Commit 5c82ecb

Browse files
authored
Merge branch 'main' into release/v2.2.6
2 parents 1afe2b7 + 4e28112 commit 5c82ecb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/agno/agno/os/routers/evals/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ async def run_accuracy_eval(
3333
additional_context=eval_run_input.additional_context,
3434
num_iterations=eval_run_input.num_iterations or 1,
3535
name=eval_run_input.name,
36+
model=default_model,
3637
)
3738

3839
result = accuracy_eval.run(print_results=False, print_summary=False)

0 commit comments

Comments
 (0)