We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ea452 commit 7022c81Copy full SHA for 7022c81
src/backend/base/langflow/components/models/OpenAIModel.py
@@ -40,6 +40,7 @@ def build_config(self):
40
"display_name": "Model Name",
41
"advanced": False,
42
"options": [
43
+ "gpt-4-turbo-2024-04-09",
44
"gpt-4-turbo-preview",
45
"gpt-3.5-turbo",
46
"gpt-4-0125-preview",
0 commit comments