new openai models

This commit is contained in:
DirkSchlossmacher
2024-08-08 10:37:51 +02:00
parent bdee8a8ef8
commit 0ed79aa814
2 changed files with 6 additions and 4 deletions

View File

@@ -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) {