Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/review_system_prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ It's built to indentify the biggest chunks of data that could potentially free u

---

The CLI is using tqdm to show the progress of scanned space. It is also using argparse to accpet CLI args.

The CLI is built for all platforms, Linux, MacOS and Windows.

It needs to be fast and print out useful information so that it is helpful to users. To be fast,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:

- name: Review
id: inference
uses: actions/ai-inference@v1.2
uses: actions/ai-inference@v1
with:
model: openai/gpt-5
model: openai/gpt-4o
system-prompt-file: .github/review_system_prompt.txt
prompt-file: prompt.txt
max-tokens: 7000
Expand Down