Skip to content

Commit

Permalink
- reverted to GPT3.5 because of price (x10 for GPT4)
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Oct 9, 2023
1 parent b2529a8 commit 26d299a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run GPT Translate
uses: 3ru/gpt-translate@master
with:
model: "gpt-4"
model: "gpt-3.5-turbo"
apikey: ${{ secrets.OPENAI_API_KEY }}
inputFiles: './README.md'
outputFiles: 'DE/*.md FR/*.md CH/*.md PL/*.md JA/*.md ES/*.md'
Expand Down

0 comments on commit 26d299a

Please sign in to comment.