Skip to content

Commit

Permalink
ai-revision: change default model to GPT 3.5 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 8440af9 commit 9a3ff15
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: 'text-davinci-003'
default: 'gpt-3.5-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-davinci'
default: 'ai-revision-gpt35'

jobs:
ai-revise:
Expand Down

0 comments on commit 9a3ff15

Please sign in to comment.