checking prefs fields also at page loading

This commit is contained in:
mic 2024-09-12 21:58:58 +02:00
parent 98f608eba2
commit 7635537ced

View file

@ -208,6 +208,9 @@ document.addEventListener('DOMContentLoaded', async () => {
});
showConnectionOptions();
warn_ChatGPT_APIKeyEmpty();
warn_Ollama_HostEmpty();
warn_OpenAIComp_HostEmpty();
document.getElementById('btnManagePrompts').addEventListener('click', () => {
// check if the tab is already there