Skip to content

Commit

Permalink
ci: make AutoPR use gpt 3.5
Browse files Browse the repository at this point in the history
...until openai grants me access to gpt-4
  • Loading branch information
adrienjoly committed May 7, 2023
1 parent 0ff9261 commit 824f794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autopr.yml
Expand Up @@ -35,3 +35,5 @@ jobs:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
model: 'gpt-3.5-turbo' # until openai grants me access to gpt-4
context_limit: '4096' # until openai grants me access to gpt-4

0 comments on commit 824f794

Please sign in to comment.