Skip to content

Commit 6b07376

Browse files
Update README.md
1 parent 11b43dc commit 6b07376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/review_file/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ The `review_file.py` script uses Azure OpenAI and GitHub APIs to automatically r
2929

3030
2. **Install Dependencies**
3131
```bash
32-
pip3 install -r requirements.txt
32+
pip3 install -r tools/review_file/requirements.txt
3333
```
3434

3535
3. **Run the Script**
3636
```bash
37-
python3 tools/review_file.py
37+
python3 tools/review_file/review_file.py
3838
```
3939
This will:
4040
- Review the file specified by `INPUT_FILE_PATH` using LLM.

0 commit comments

Comments
 (0)