Skip to content

Commit 51e0968

Browse files
committed
aider v1
1 parent 4d22957 commit 51e0968

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

baselines/README.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ python baselines/run_aider.py --config-name aider
1010

1111
## Config
1212

13-
aider_config:
14-
model_name: LLM model name
15-
16-
context_config:
17-
18-
- use_repo_info: Whether to use repo info
19-
Repo info
20-
skeleton of the repo(filenames under each dir)
21-
function stubs
22-
- use_unit_tests: Whether to use unit tests: unit_tests that target
23-
will be tested with
24-
- use_reference: Whether to use reference: reference doc/pdf/website
13+
`commit0_config`:
14+
15+
- `base_dir`: Repos dir. Default `repos`.
16+
- `dataset_name`: commit0 HF dataset name. Default: `wentingzhao/commit0_docstring`.
17+
18+
`aider_config`:
19+
20+
- `model_name`: LLM model name
21+
- `use_repo_info`: Whether to use repo info
22+
- Repo info
23+
- skeleton of the repo(filenames under each dir)
24+
- function stubs
25+
- `use_unit_tests_info`: Whether to use unit tests: unit_tests that target will be tested with
26+
- `use_reference_info`: Whether to use reference: reference doc/pdf/website

0 commit comments

Comments
 (0)