Update OpenAIModel.py: new model (#1689)
Add gpt-4-turbo-2024-04-09 new OpenAI model.
This commit is contained in:
parent
06ea4529df
commit
7022c81550
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class OpenAIModelComponent(LCModelComponent):
|
|||
"display_name": "Model Name",
|
||||
"advanced": False,
|
||||
"options": [
|
||||
"gpt-4-turbo-2024-04-09",
|
||||
"gpt-4-turbo-preview",
|
||||
"gpt-3.5-turbo",
|
||||
"gpt-4-0125-preview",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue