Skip to content

Commit d1d005c

Browse files
feat: Add gpt-5.1 model to Language models (#10590)
* Add gpt-5.1 model to starter projects Added 'gpt-5.1' to the list of available models in all starter project JSON files to support the new model version. This update ensures users can select gpt-5.1 in agent configurations. * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) * Update component_index.json * [autofix.ci] apply automated fixes * Update component_index.json * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) * [autofix.ci] apply automated fixes (attempt 3/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent d107995 commit d1d005c

17 files changed

+27
-1
lines changed

src/backend/base/langflow/initial_setup/starter_projects/Instagram Copywriter.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,6 +2377,7 @@
23772377
"gpt-4-turbo-preview",
23782378
"gpt-4",
23792379
"gpt-3.5-turbo",
2380+
"gpt-5.1",
23802381
"gpt-5",
23812382
"gpt-5-mini",
23822383
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/Invoice Summarizer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,7 @@
15491549
"gpt-4-turbo-preview",
15501550
"gpt-4",
15511551
"gpt-3.5-turbo",
1552+
"gpt-5.1",
15521553
"gpt-5",
15531554
"gpt-5-mini",
15541555
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/Market Research.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,6 +1948,7 @@
19481948
"gpt-4-turbo-preview",
19491949
"gpt-4",
19501950
"gpt-3.5-turbo",
1951+
"gpt-5.1",
19511952
"gpt-5",
19521953
"gpt-5-mini",
19531954
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/News Aggregator.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,6 +1573,7 @@
15731573
"gpt-4-turbo-preview",
15741574
"gpt-4",
15751575
"gpt-3.5-turbo",
1576+
"gpt-5.1",
15761577
"gpt-5",
15771578
"gpt-5-mini",
15781579
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/Nvidia Remix.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,7 @@
12041204
"gpt-4-turbo-preview",
12051205
"gpt-4",
12061206
"gpt-3.5-turbo",
1207+
"gpt-5.1",
12071208
"gpt-5",
12081209
"gpt-5-mini",
12091210
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/Pokédex Agent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,7 @@
16341634
"gpt-4-turbo-preview",
16351635
"gpt-4",
16361636
"gpt-3.5-turbo",
1637+
"gpt-5.1",
16371638
"gpt-5",
16381639
"gpt-5-mini",
16391640
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/Price Deal Finder.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2001,6 +2001,7 @@
20012001
"gpt-4-turbo-preview",
20022002
"gpt-4",
20032003
"gpt-3.5-turbo",
2004+
"gpt-5.1",
20042005
"gpt-5",
20052006
"gpt-5-mini",
20062007
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/Research Agent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2974,6 +2974,7 @@
29742974
"gpt-4-turbo-preview",
29752975
"gpt-4",
29762976
"gpt-3.5-turbo",
2977+
"gpt-5.1",
29772978
"gpt-5",
29782979
"gpt-5-mini",
29792980
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/SaaS Pricing.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,7 @@
12631263
"gpt-4-turbo-preview",
12641264
"gpt-4",
12651265
"gpt-3.5-turbo",
1266+
"gpt-5.1",
12661267
"gpt-5",
12671268
"gpt-5-mini",
12681269
"gpt-5-nano",

src/backend/base/langflow/initial_setup/starter_projects/Search agent.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,6 +1340,7 @@
13401340
"gpt-4-turbo-preview",
13411341
"gpt-4",
13421342
"gpt-3.5-turbo",
1343+
"gpt-5.1",
13431344
"gpt-5",
13441345
"gpt-5-mini",
13451346
"gpt-5-nano",

0 commit comments

Comments
 (0)