diff --git a/api_webchat/controller.js b/api_webchat/controller.js index 934f83f9..ef3b1648 100644 --- a/api_webchat/controller.js +++ b/api_webchat/controller.js @@ -116,6 +116,8 @@ if (worker) { } messagesArea.setLLMName(llmName); + document.title += " [" + llmName + " | " + decodeURIComponent(prompt_name) + "]"; + let workerInitMessage = { type: 'init', do_debug: prefs_api.do_debug, diff --git a/api_webchat/index.html b/api_webchat/index.html index 5d803548..509c7017 100644 --- a/api_webchat/index.html +++ b/api_webchat/index.html @@ -3,7 +3,7 @@
- +