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
6b304715
Unverified
Commit
6b304715
authored
Nov 08, 2024
by
Rafael Vasquez
Committed by
GitHub
Nov 08, 2024
Browse files
[Misc] Improve Web UI (#10090)
Signed-off-by:
Rafael Vasquez
<
rafvasq21@gmail.com
>
parent
f6778620
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/_static/custom.js
docs/source/_static/custom.js
+1
-1
No files found.
docs/source/_static/custom.js
View file @
6b304715
...
@@ -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_
RIGH
T
"
);
script
.
setAttribute
(
"
runllm-position
"
,
"
BOTTOM_
LEF
T
"
);
script
.
setAttribute
(
"
runllm-assistant-id
"
,
"
207
"
);
script
.
setAttribute
(
"
runllm-assistant-id
"
,
"
207
"
);
script
.
async
=
true
;
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