mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2026-07-28 22:51:10 -07:00
Bound chack-agent runtime and use faster model
This commit is contained in:
@@ -83,10 +83,11 @@ jobs:
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
if: ${{ steps.gate.outputs.should_run == 'true' }}
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
model_primary: BEST_QUALITY
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
main_action: peass-ng
|
||||
sub_action: Chack-Agent PR Triage
|
||||
system_prompt: |
|
||||
|
||||
@@ -98,10 +98,11 @@ jobs:
|
||||
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
model_primary: BEST_QUALITY
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
main_action: peass-ng
|
||||
sub_action: CI-master Failure Chack-Agent PR
|
||||
system_prompt: |
|
||||
|
||||
@@ -154,10 +154,11 @@ jobs:
|
||||
|
||||
- name: Run Chack Agent
|
||||
id: run_chack
|
||||
timeout-minutes: 6
|
||||
uses: carlospolop/chack-agent@master
|
||||
with:
|
||||
provider: openrouter
|
||||
model_primary: BEST_QUALITY
|
||||
model_primary: CHEAP_BUT_QUALITY
|
||||
main_action: peass-ng
|
||||
sub_action: PR Failure Chack-Agent Dispatch
|
||||
system_prompt: |
|
||||
|
||||
Reference in New Issue
Block a user