File tree 1 file changed +11
-4
lines changed 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -146,12 +146,19 @@ python run.py --model_name gpt4 \
146
146
--config_file config/default_from_url.yaml
147
147
```
148
148
149
- > [ !TIP]
150
- > You can have the agent automatically open a PR if the issue has been solved by supplying the ` --open_pr `
151
- > flag. Please use this feature responsibly (on your own repositories or after careful consideration).
149
+ You can also apply to it to a local repository:
150
+ ``` bash
151
+ python run.py --model_name gpt4 \
152
+ --data_path /path/to/my_issue.md \
153
+ --repo_path /path/to/my/local/repo \
154
+ --config_file config/default_from_url.yaml \
155
+ --apply_patch_locally
156
+ ```
152
157
153
158
> [ !TIP]
154
- > Run ` python run.py --help ` to see all available options.
159
+ > * Run ` python run.py --help ` to see all available options.
160
+ > * You can have the agent automatically open a PR if the issue has been solved by supplying the ` --open_pr `
161
+ > flag. Please use this feature responsibly (on your own repositories or after careful consideration).
155
162
156
163
* See the [ ` scripts/ ` ] ( scripts/ ) folder for other useful scripts and details.
157
164
* See the [ ` config/ ` ] ( config/ ) folder for details about how you can define your own configuration!
You can’t perform that action at this time.
0 commit comments