model param and make file

This commit is contained in:
sadath-12 2023-07-16 08:46:21 +05:30
parent 012d1cdc1a
commit 489f650419
7 changed files with 1883 additions and 1855 deletions

View file

@ -16,4 +16,5 @@ 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: "yarn.lock,dist/**"