model param and make file

This commit is contained in:
sadath-12 2023-07-16 08:55:14 +05:30
parent 489f650419
commit 4509e8d5dc
2 changed files with 4 additions and 0 deletions

View file

@ -42,6 +42,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_MODEL: 'gpt-3.5-turbo' ## change the model if according to your requirements
exclude: "**/*.json, **/*.md" # Optional: exclude patterns separated by commas
```