mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
AIDER_BENCHMARK_DIR
This commit is contained in:
parent
ddac41f106
commit
417305a569
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ from aider.coders import Coder
|
|||
from aider.dump import dump # noqa: F401
|
||||
from aider.io import InputOutput
|
||||
|
||||
BENCHMARK_DNAME = Path("/benchmarks")
|
||||
BENCHMARK_DNAME = Path(os.environ["AIDER_BENCHMARK_DIR"])
|
||||
|
||||
ORIGINAL_DNAME = BENCHMARK_DNAME / "exercism-python"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue