You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: themes/arm-design-system-hugo-theme/layouts/partials/demo-components/llm-chatbot/javascript--llm-chatbot.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -678,17 +678,17 @@
678
678
679
679
// Update ping & popup status
680
680
if(data.cluster_utilization=='normal'){
681
-
showPopupPostConnection('Connected to Arm Neoverse V2 based LLM! Start chatting now.',"success");
681
+
showPopupPostConnection('Connected to Arm Neoverse based LLM! Start chatting now.',"success");
682
682
//ping_txt.textContent = `Ping: ${ping}`
683
683
traffic_txt.textContent='Server traffic: Low'
684
684
}
685
685
elseif(data.cluster_utilization=='high'){
686
-
showPopupPostConnection('Connected to Arm Neoverse V2 based LLM! Traffic is high, delays may occur. Start chatting now.',"success");
686
+
showPopupPostConnection('Connected to Arm Neoverse based LLM! Traffic is high, delays may occur. Start chatting now.',"success");
687
687
//ping_txt.textContent = `Ping: ${ping}`
688
688
traffic_txt.textContent=`Server traffic: High`
689
689
}
690
690
elseif(data.cluster_utilization=='at-limit'){
691
-
showPopupPostConnection('Connected to Arm Neoverse V2 based LLM! Traffic is high, delays may occur. Start chatting now.',"warning");
691
+
showPopupPostConnection('Connected to Arm Neoverse based LLM! Traffic is high, delays may occur. Start chatting now.',"warning");
0 commit comments