Skip to content

feat: add DeepL translator engine #30

feat: add DeepL translator engine

feat: add DeepL translator engine #30

Workflow file for this run

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"