Skip to content

Commit

Permalink
add --dry-run usage to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lgabs committed Nov 10, 2024
1 parent dd64f14 commit 904cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To generate solutions for an exam:
- save the exam images in the exam folder `exam_path`, one question per image file
- run `gpt-resolve resolve -p exam_path` and grab a coffee while it runs.

See `gpt-resolve resolve --help` for more details about solving only a subset of questions or controlling token usage.
If you want to test the process without making real api calls, you can use the `--dry-run` flag. See `gpt-resolve resolve --help` for more details about solving only a subset of questions or controlling token usage.


### Compile solutions into a single PDF
Expand Down

0 comments on commit 904cff3

Please sign in to comment.