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
  • Loading branch information
miltondp authored and ctessum committed Sep 10, 2024
1 parent ea40458 commit fc015c4
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 fc015c4

Please sign in to comment.