This commit is contained in:
Ash
2023-01-28 15:44:58 +04:00
parent e23a0d2a93
commit ec607362b6
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<script type=module>
import {encode, decode} from "../scripts/gpt-2-3-tokenizer/mod.js";
$(document).ready(function(){
const VERSION = '1.2.4';
const VERSION = '1.2.5';
var bg_menu_toggle = false;
var default_user_name = "You";
var name1 = default_user_name;

View File

@ -17,6 +17,9 @@ body {
scrollbar-color: gray #191b31;
}
i {
color: grey !important;
}
#bg1{
background-image: linear-gradient(rgba(19,21,44,0.75), rgba(19,21,44,0.75)), url(backgrounds/tavern.png);
background-size: auto 100%;