mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 11:06:37 +08:00
new openai models
This commit is contained in:
parent
bdee8a8ef8
commit
0ed79aa814
@ -245,6 +245,7 @@ export const KnowledgeCutOffDate: Record<string, string> = {
|
||||
"gpt-4o-mini": "2023-10",
|
||||
"gpt-4o-2024-05-13": "2023-10",
|
||||
"gpt-4o-mini-2024-07-18": "2023-10",
|
||||
"gpt-4o-2024-08-06": "2023-10",
|
||||
"gpt-4-vision-preview": "2023-04",
|
||||
|
||||
// After improvements,
|
||||
@ -265,6 +266,7 @@ const openaiModels = [
|
||||
// "gpt-4-turbo-preview",
|
||||
"gpt-4o-mini",
|
||||
"gpt-4o",
|
||||
"gpt-4o-2024-08-06",
|
||||
// "gpt-4o-2024-05-13",
|
||||
// "gpt-4-vision-preview",
|
||||
// "gpt-4-turbo-2024-04-09"
|
||||
|
@ -31,11 +31,11 @@ const config = getClientConfig();
|
||||
export const DEFAULT_CONFIG = {
|
||||
lastUpdate: Date.now(), // timestamp, to merge state
|
||||
|
||||
submitKey: SubmitKey.Enter,
|
||||
submitKey: SubmitKey.CtrlEnter,
|
||||
avatar: "1f603",
|
||||
fontSize: 14,
|
||||
fontFamily: "",
|
||||
theme: Theme.Auto as Theme,
|
||||
fontFamily: "Overpass",
|
||||
theme: Theme.Light as Theme,
|
||||
tightBorder: !!config?.isApp,
|
||||
sendPreviewBubble: false,
|
||||
enableAutoGenerateTitle: true,
|
||||
@ -154,7 +154,7 @@ export const useAppConfig = createPersistStore(
|
||||
}
|
||||
|
||||
if (version < 3.5) {
|
||||
state.customModels = "claude,claude-100k";
|
||||
// state.customModels = "claude,claude-100k";
|
||||
}
|
||||
|
||||
if (version < 3.6) {
|
||||
|
Loading…
Reference in New Issue
Block a user