mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
constant.ts aktualisieren
gpt-4o-mini
This commit is contained in:
parent
2c1683ae30
commit
a6c2c2a71e
@ -181,6 +181,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
|||||||
"gpt-4-turbo-2024-04-09": "2023-12",
|
"gpt-4-turbo-2024-04-09": "2023-12",
|
||||||
"gpt-4-turbo-preview": "2023-12",
|
"gpt-4-turbo-preview": "2023-12",
|
||||||
"gpt-4o": "2023-10",
|
"gpt-4o": "2023-10",
|
||||||
|
"gpt-4o-mini": "2023-10",
|
||||||
"gpt-4o-2024-05-13": "2023-10",
|
"gpt-4o-2024-05-13": "2023-10",
|
||||||
"gpt-4-vision-preview": "2023-04",
|
"gpt-4-vision-preview": "2023-04",
|
||||||
|
|
||||||
@ -201,6 +202,7 @@ const openaiModels = [
|
|||||||
"gpt-4-turbo",
|
"gpt-4-turbo",
|
||||||
// "gpt-4-turbo-preview",
|
// "gpt-4-turbo-preview",
|
||||||
"gpt-4o",
|
"gpt-4o",
|
||||||
|
"gpt-4o-mini",
|
||||||
// "gpt-4o-2024-05-13",
|
// "gpt-4o-2024-05-13",
|
||||||
// "gpt-4-vision-preview",
|
// "gpt-4-vision-preview",
|
||||||
// "gpt-4-turbo-2024-04-09"
|
// "gpt-4-turbo-2024-04-09"
|
||||||
|
Loading…
Reference in New Issue
Block a user