added workflow

This commit is contained in:
David Gey 2023-10-19 17:15:37 +02:00
parent 5a6b25476d
commit c6052165ed

View file

@ -19,5 +19,5 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_API_MODEL: "gpt-3" # Optional: defaults to "gpt-4"
OPENAI_API_MODEL: "gpt-4" # Optional: defaults to "gpt-4"
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas