From 49d2a41a860f5aeffe850fb8bbe3b268966299bb Mon Sep 17 00:00:00 2001 From: Cyrus Leung Date: Sat, 9 Nov 2024 12:07:10 +0800 Subject: [PATCH] [Doc] Adjust RunLLM location (#10176) Signed-off-by: DarkLight1337 --- 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 ceeca47226cde..dac40ca2cfe75 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_LEFT"); + script.setAttribute("runllm-position", "TOP_RIGHT"); script.setAttribute("runllm-assistant-id", "207"); script.async = true;