mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 17:12:44 +08:00
(fix) Add gpt4 to openai_constants.py (#2416)
(fix) Add gpt4 to openai_constants Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
committed by
Gabriel Luiz Freitas Almeida
parent
b0fcb91d35
commit
bd20885a3b
@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user