checking prefs fields also at page loading
This commit is contained in:
parent
98f608eba2
commit
7635537ced
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue