Skip to content

Commit

Permalink
Openai: use message attachment as GPT context
Browse files Browse the repository at this point in the history
  • Loading branch information
brainexe committed Nov 3, 2023
1 parent 8bbb1a0 commit 9a09e95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Test
run: make test-coverage
- name: Upload Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
BOT_GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
lint:
name: Lint
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 9a09e95

Please sign in to comment.