Unverified Commit 96ae0eae authored by youkaichao's avatar youkaichao Committed by GitHub
Browse files

[doc] fix location of runllm widget (#10266)


Signed-off-by: default avataryoukaichao <youkaichao@gmail.com>
parent 1f55e057
...@@ -8,7 +8,9 @@ document.addEventListener("DOMContentLoaded", function () { ...@@ -8,7 +8,9 @@ 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", "TOP_RIGHT"); script.setAttribute("runllm-position", "BOTTOM_RIGHT");
script.setAttribute("runllm-position-y", "20%");
script.setAttribute("runllm-position-x", "3%");
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