mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-15 01:55:36 +08:00
[doc] fix location of runllm widget (#10266)
Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
parent
1f55e05713
commit
96ae0eaeb2
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user