Skip to content

Commit

Permalink
(fix) Add gpt4 to openai_constants.py (langflow-ai#2416)
Browse files Browse the repository at this point in the history
(fix) Add gpt4 to openai_constants

Co-authored-by: Gabriel Luiz Freitas Almeida <[email protected]>
  • Loading branch information
dmitrygalanov and ogabrielluiz authored Jul 1, 2024
1 parent b6e2d48 commit 3b07eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/base/langflow/base/models/openai_constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MODEL_NAMES = ["gpt-4o", "gpt-4-turbo", "gpt-4-turbo-preview", "gpt-3.5-turbo", "gpt-3.5-turbo-0125"]
MODEL_NAMES = ["gpt-4o", "gpt-4-turbo", "gpt-4-turbo-preview", "gpt-4", "gpt-3.5-turbo", "gpt-3.5-turbo-0125"]

0 comments on commit 3b07eda

Please sign in to comment.