Unverified Commit 49d2a41a authored by Cyrus Leung's avatar Cyrus Leung Committed by GitHub
Browse files

[Doc] Adjust RunLLM location (#10176)


Signed-off-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent 47672f38
...@@ -8,7 +8,7 @@ document.addEventListener("DOMContentLoaded", function () { ...@@ -8,7 +8,7 @@ document.addEventListener("DOMContentLoaded", function () {
script.setAttribute("version", "stable"); script.setAttribute("version", "stable");
script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget. script.setAttribute("runllm-keyboard-shortcut", "Mod+j"); // cmd-j or ctrl-j to open the widget.
script.setAttribute("runllm-name", "vLLM"); script.setAttribute("runllm-name", "vLLM");
script.setAttribute("runllm-position", "BOTTOM_LEFT"); script.setAttribute("runllm-position", "TOP_RIGHT");
script.setAttribute("runllm-assistant-id", "207"); script.setAttribute("runllm-assistant-id", "207");
script.async = true; script.async = true;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment