Skip to content

Re call add_learner for a restarted node don't sync the state (snapshot). #151

Re call add_learner for a restarted node don't sync the state (snapshot).

Re call add_learner for a restarted node don't sync the state (snapshot). #151

Workflow file for this run

name: GPT refine markdown
on:
issue_comment:
types: [ created ]
jobs:
gpt_translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run GPT Translate
if: |
contains(github.event.comment.body, '/gpt-translate') ||
contains(github.event.comment.body, '/gt')
uses: drmingdrmer/gpt-refine-md@master
with:
apikey: ${{ secrets.OPENAI_API_KEY }}