Skip to content

Commit cf1c8e8

Browse files
authored
Merge pull request ChatGPTNextWeb#5233 from ConnectAI-E/feature/bangpt
Feature/bangpt
2 parents 036358d + d948be2 commit cf1c8e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/constant.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
243243
"gpt-4-turbo-preview": "2023-12",
244244
"gpt-4o": "2023-10",
245245
"gpt-4o-2024-05-13": "2023-10",
246+
"gpt-4o-2024-08-06": "2023-10",
246247
"gpt-4o-mini": "2023-10",
247248
"gpt-4o-mini-2024-07-18": "2023-10",
248249
"gpt-4-vision-preview": "2023-04",
@@ -264,6 +265,7 @@ const openaiModels = [
264265
"gpt-4-turbo-preview",
265266
"gpt-4o",
266267
"gpt-4o-2024-05-13",
268+
"gpt-4o-2024-08-06",
267269
"gpt-4o-mini",
268270
"gpt-4o-mini-2024-07-18",
269271
"gpt-4-vision-preview",

0 commit comments

Comments
 (0)