Skip to content

Support models other than ChatGPT #58

Support models other than ChatGPT

Support models other than ChatGPT #58

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/[email protected]
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"