This commit is contained in:
carlospolop
2023-07-02 15:45:35 +02:00
parent b9a44ffe66
commit 099755dbcb
5 changed files with 330 additions and 142 deletions

22
.github/workflows/aicoder.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: aicoder
on:
workflow_dispatch:
jobs:
Build_and_test_winpeas_master:
runs-on: ubuntu
steps:
# checkout
- name: AICoder GH Action
uses: ./.github/actions/aicoder
with:
INPUT_MODE: 'file-optimizer'
INPUT_PROMPT: ''
INPUT_API_KEY: ${{ secrets.OPENAI_API_KEY }}
INPUT_MODEL: 'gpt-4'
TEMPLATE_FILES: ''
ORIGIN_BRANCH: 'aicoder'
TO_BRANCH: 'master'
CHECK_PATH: './parsers/json2pdf.py'