From 008145228c31feb1d0ce100481be88da67e82118 Mon Sep 17 00:00:00 2001 From: Rafael Vasquez Date: Fri, 8 Nov 2024 12:51:04 -0500 Subject: [PATCH] [Misc] Improve Web UI (#10090) Signed-off-by: Rafael Vasquez Signed-off-by: Sumit Dubey --- docs/source/_static/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_static/custom.js b/docs/source/_static/custom.js index f475be71fc448..ceeca47226cde 100644 --- a/docs/source/_static/custom.js +++ b/docs/source/_static/custom.js @@ -8,7 +8,7 @@ document.addEventListener("DOMContentLoaded", function () { script.setAttribute("version", "stable"); script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget. script.setAttribute("runllm-name", "vLLM"); - script.setAttribute("runllm-position", "BOTTOM_RIGHT"); + script.setAttribute("runllm-position", "BOTTOM_LEFT"); script.setAttribute("runllm-assistant-id", "207"); script.async = true;