add config update when deleting openai model

This commit is contained in:
Yui 2025-02-27 20:41:30 +01:00
parent 38fb9d5fd8
commit 94c19f73b0

View File

@ -274,6 +274,7 @@
newConfig[newIdx] = OPENAI_API_CONFIGS[newIdx < idx ? newIdx : newIdx + 1];
});
OPENAI_API_CONFIGS = newConfig;
updateOpenAIHandler();
}}
/>
{/each}