Skip to content

Commit

Permalink
chatgpt-revision.yaml: simplify field names
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Jan 6, 2023
1 parent 32d4b88 commit 9a3f2f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chatgpt-revision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ on:
type: string
default: 'main'
file_names:
description: 'File names to revise (e.g., "00.abstract.md,01.intro.md")'
description: 'File names to revise'
required: false
type: string
default: ''
model:
description: 'Language model to use (https://beta.openai.com/docs/models/gpt-3)'
description: 'Language model'
required: true
type: string
default: 'text-davinci-003'
branch_name:
description: 'Branch name where revised text will be pushed'
description: 'Output branch'
required: true
type: string
default: 'ai-revision-davinci'
Expand Down

0 comments on commit 9a3f2f1

Please sign in to comment.