Merge branch 'staging' into sysprompt-divorce

This commit is contained in:
Cohee
2024-09-22 12:35:28 +03:00
4 changed files with 12 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ import {
proxies,
loadProxyPresets,
selected_proxy,
initOpenai,
initOpenAI,
} from './scripts/openai.js';
import {
@@ -930,9 +930,10 @@ async function firstLoadInit() {
addSafariPatch();
await getClientVersion();
await readSecretState();
initLocales();
await initLocales();
initDefaultSlashCommands();
initTextGenModels();
initOpenAI();
initSystemPrompts();
await initPresetManager();
await getSystemMessages();
@@ -942,7 +943,6 @@ async function firstLoadInit() {
initKeyboard();
initDynamicStyles();
initTags();
initOpenai();
initBookmarks();
await getUserAvatars(true, user_avatar);
await getCharacters();