Skip to content

Commit

Permalink
feat(machinery): include GPT-4o model to OpenAI
Browse files Browse the repository at this point in the history
Fixes #11681
  • Loading branch information
nijel committed May 21, 2024
1 parent 451b406 commit 359a841
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weblate/machinery/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ class OpenAIMachineryForm(KeyMachineryForm):
# Ordering choices here defines priority for automatic selection
MODEL_CHOICES = (
("auto", pgettext_lazy("OpenAI model selection", "Automatic selection")),
("gpt-4o", "GPT-4o"),
("gpt-4-1106-preview", "GPT-4 Turbo"),
("gpt-4", "GPT-4"),
("gpt-3.5-turbo-1106", "Updated GPT 3.5 Turbo"),
Expand Down

0 comments on commit 359a841

Please sign in to comment.