You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: rename parameter article to attachment, change validate_doc to flag
* docs: rename article to attachment
* chore: add warning that article is missing for readme generation
* revert: remove warning that article is missing for generating readme
| temperature |`--temperature`| str | Sampling temperature to use for the LLM output (0 = deterministic, 1 = creative). |`null`| — |
122
122
| max_tokens |`--max_tokens`| str | Maximum number of tokens the model can generate in a single response |`1500`| — |
123
-
|article|`--article`| str |README template for a repository with an article, or a link to a PDF file|`null`| — |
123
+
|attachment|`--attachment`| str |Path to a local PDF or .docx file, or a URL to a PDF resource |`null`| — |
124
124
| translate_dirs |`--translate-dirs`| flag | Enable automatic translation of directory names into English |`false`| — |
125
125
| convert_notebooks |`--convert-notebooks`| list | Convert Jupyter notebooks to `.py` format. Provide paths, or leave empty for repo directory | — | — |
126
126
| delete_dir |`--delete-dir`| flag | Delete the downloaded repository after processing |`false`| — |
@@ -132,7 +132,7 @@ to the repository.
132
132
| report |`--report`| flag | Analyze the repository and generate a PDF report |`false`| — |
133
133
| readme |`--readme`| flag | Generate a `README.md` file based on repository content |`false`| — |
134
134
| refine_readme |`--refine-readme`| flag | Enable advanced README refinement. This process requires a powerful LLM model (such as GPT-4 or equivalent) for optimal results |`false`| — |
135
-
| requirements |`--requirements`| flag | Generate or refine a requirements.txt file based on repository content. |`false`| — |
135
+
| requirements |`--requirements`| flag | Generate or refine a requirements.txt file based on repository content. |`false`| — |
136
136
| organize |`--organize`| flag | Organize the repository by adding standard `tests` and `examples` directories if missing |`false`| — |
137
137
| about |`--about`| flag | Generate About section with tags |`false`| — |
138
138
| generate_workflows |`--generate-workflows`| flag | Generate GitHub Action workflows for the repository |`false`| — |
@@ -149,3 +149,5 @@ to the repository.
149
149
| branches |`--branches`| list | Branches to trigger workflows on |`[]`| — |
150
150
| codecov_token |`--codecov-token`| flag | Use Codecov token for coverage upload |`false`| — |
151
151
| include_codecov |`--include-codecov`| flag | Include Codecov coverage step in unit tests workflow |`true`| — |
152
+
| validate_paper |`--validate-paper`| flag | Check whether the experiments proposed in an attached research paper can be reproduced using the selected repository |`false`| — |
153
+
| validate_doc |`--validate-paper`| flag | Check whether the experiments proposed in an attached documentation file can be reproduced using the selected repository |`false`| — |
0 commit comments