Skip to content

Commit

Permalink
Enable LLM completions logging in aider_bench run_infer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCuadron committed Feb 26, 2025
1 parent 87d9e15 commit 8a5dc59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions evaluation/benchmarks/aider_bench/run_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def get_config(
metadata.eval_output_dir,
str(instance.instance_id)
)
# Enable logging of LLM completions
llm_config.log_completions = True
config.set_llm_config(llm_config)
agent_config = config.get_agent_config(metadata.agent_class)
agent_config.enable_prompt_extensions = False
Expand Down

0 comments on commit 8a5dc59

Please sign in to comment.