diff --git a/api_webchat/controller.js b/api_webchat/controller.js index 934f83f9..e5138da0 100644 --- a/api_webchat/controller.js +++ b/api_webchat/controller.js @@ -115,6 +115,8 @@ if (worker) { case 'anthropic': llmName = "Claude"; break; } messagesArea.setLLMName(llmName); + + document.title += " [" + llmName + " | " + decodeURIComponent(prompt_name) + "]"; let workerInitMessage = { type: 'init', 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 @@
- +