mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
@1.2.4
Version change
This commit is contained in:
@@ -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.3';
|
||||
const VERSION = '1.2.4';
|
||||
var bg_menu_toggle = false;
|
||||
var default_user_name = "You";
|
||||
var name1 = default_user_name;
|
||||
@@ -2363,7 +2363,7 @@
|
||||
dataType: "json",
|
||||
contentType: "application/json",
|
||||
success: function(data){
|
||||
|
||||
|
||||
|
||||
if(data.error != true){
|
||||
//var settings2 = JSON.parse(data);
|
||||
|
Reference in New Issue
Block a user