(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:
parent
b0fcb91d35
commit
bd20885a3b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue