Skip to content

Commit

Permalink
feat: add gpt-4o-mini to MODEL_NAMES constant (langflow-ai#2813)
Browse files Browse the repository at this point in the history
* refactor: add gpt-4o-mini to MODEL_NAMES constant

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
vasconceloscezar and autofix-ci[bot] committed Jul 18, 2024
1 parent 418a173 commit 6c4e259
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/backend/base/langflow/base/models/openai_constants.py
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
MODEL_NAMES = ["gpt-4o", "gpt-4-turbo", "gpt-4-turbo-preview", "gpt-4", "gpt-3.5-turbo", "gpt-3.5-turbo-0125"]
MODEL_NAMES = [
"gpt-4o-mini",
"gpt-4o",
"gpt-4-turbo",
"gpt-4-turbo-preview",
"gpt-4",
"gpt-3.5-turbo",
"gpt-3.5-turbo-0125",
]

0 comments on commit 6c4e259

Please sign in to comment.