Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
96ae0eae
Unverified
Commit
96ae0eae
authored
Nov 12, 2024
by
youkaichao
Committed by
GitHub
Nov 12, 2024
Browse files
[doc] fix location of runllm widget (#10266)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
1f55e057
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docs/source/_static/custom.js
docs/source/_static/custom.js
+3
-1
No files found.
docs/source/_static/custom.js
View file @
96ae0eae
...
...
@@ -8,7 +8,9 @@ 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
"
,
"
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
.
async
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment