mirror of
https://github.com/open-webui/open-webui
synced 2025-03-09 14:10:46 +00:00
add config update when deleting openai model
This commit is contained in:
parent
38fb9d5fd8
commit
94c19f73b0
@ -274,6 +274,7 @@
|
||||
newConfig[newIdx] = OPENAI_API_CONFIGS[newIdx < idx ? newIdx : newIdx + 1];
|
||||
});
|
||||
OPENAI_API_CONFIGS = newConfig;
|
||||
updateOpenAIHandler();
|
||||
}}
|
||||
/>
|
||||
{/each}
|
||||
|
Loading…
Reference in New Issue
Block a user