Skip to content

Commit

Permalink
ai-revision: update to latest OpenAI model gpt-4-turbo
Browse files Browse the repository at this point in the history
merges #514
  • Loading branch information
miltondp authored Jul 30, 2024
1 parent 31af0d1 commit 6422d20
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 6422d20

Please sign in to comment.