diff --git a/index.html b/index.html
index 56ac303..c0ce446 100644
--- a/index.html
+++ b/index.html
@@ -37,9 +37,14 @@
-
+
Chatbot
+
+
+
+
@@ -47,10 +52,6 @@
-
-
-
-
@@ -74,12 +75,6 @@
display: none;
}
- html,
- .v-card,
- .v-field__input {
- scrollbar-width: thin;
- }
-
.chat-bot {
height: 100%;
display: flex;
@@ -227,6 +222,23 @@
transform: rotate(360deg);
}
}
+
+ ::-webkit-scrollbar {
+ block-size: 5px;
+ inline-size: 5px;
+ }
+
+ ::-webkit-scrollbar-track {
+ background-color: transparent;
+ }
+
+ ::-webkit-scrollbar-thumb {
+ background-color: lightgrey;
+ }
+
+ ::-webkit-scrollbar-thumb:hover {
+ background-color: grey;
+ }
@@ -463,7 +475,7 @@
-
{{ column.key }}
'meta-llama/Meta-Llama-3-70B-Instruct',
'Qwen/Qwen2-72B-Instruct'],
authPrefix: ["Bearer", "Base", "Token"],
+ max_tokens_type: ["max_tokens", "max_new_tokens"],
}),
persist: {
enabled: true,