Skip to content

Commit

Permalink
ai-revision: update to latest OpenAI model
Browse files Browse the repository at this point in the history
  • Loading branch information
miltondp committed Jul 29, 2024
1 parent 31af0d1 commit a82a2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ai-revision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
description: 'Language model'
required: true
type: string
default: 'gpt-3.5-turbo'
default: 'gpt-4-turbo'
custom_prompt:
description: 'Custom prompt'
required: false
Expand All @@ -26,7 +26,7 @@ on:
description: 'Output branch'
required: true
type: string
default: 'ai-revision-gpt35'
default: 'ai-revision-gpt4turbo'

jobs:
ai-revise:
Expand Down

0 comments on commit a82a2d7

Please sign in to comment.