fix: show overlay when it's a new translation #43
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
hello_world_job: | |
runs-on: ubuntu-latest | |
name: ChatGTP explain code | |
steps: | |
- name: ChatGTP explain code | |
uses: cirolini/chatgpt-github-actions@v1.4 | |
with: | |
openai_api_key: ${{ secrets.openai_api_key }} | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
github_pr_id: ${{ github.event.number }} | |
openai_engine: "gpt-3.5-turbo-instruct" |