diff --git a/options/mzta-options.js b/options/mzta-options.js index ab1d2d34..a5097944 100644 --- a/options/mzta-options.js +++ b/options/mzta-options.js @@ -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