mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
abe5aa7cc0 | ||
|
1668b94f97 | ||
|
93d9af931a | ||
|
2f76bbb7d6 |
@@ -530,8 +530,11 @@
|
|||||||
target="_blank">
|
target="_blank">
|
||||||
oobabooga/text-generation-webui
|
oobabooga/text-generation-webui
|
||||||
</a></div>
|
</a></div>
|
||||||
<span>Make sure you run it with
|
<span>Make sure you run it:
|
||||||
<pre>--no-stream</pre> option!
|
<ul>
|
||||||
|
<li>with <pre>--no-stream</pre> option</li>
|
||||||
|
<li>in notebook mode (not <pre>--cai-chat</pre> or <pre>--chat</pre>)</li>
|
||||||
|
</ul>
|
||||||
</span>
|
</span>
|
||||||
<form action="javascript:void(null);" method="post" enctype="multipart/form-data">
|
<form action="javascript:void(null);" method="post" enctype="multipart/form-data">
|
||||||
|
|
||||||
|
@@ -260,6 +260,7 @@ $(document).ready(function () {
|
|||||||
|
|
||||||
function flushSettings() {
|
function flushSettings() {
|
||||||
$('#settings_perset').empty();
|
$('#settings_perset').empty();
|
||||||
|
$('#settings_perset_novel').empty();
|
||||||
$('#world_info').empty();
|
$('#world_info').empty();
|
||||||
$('#settings_perset').append('<option value="gui">GUI KoboldAI Settings</option>');
|
$('#settings_perset').append('<option value="gui">GUI KoboldAI Settings</option>');
|
||||||
$('#world_info').append('<option value="None">None</option>');
|
$('#world_info').append('<option value="None">None</option>');
|
||||||
@@ -3562,7 +3563,7 @@ $(document).ready(function () {
|
|||||||
});
|
});
|
||||||
var arr_holder = {};
|
var arr_holder = {};
|
||||||
|
|
||||||
$("#settings_perset_novel").empty;
|
$("#settings_perset_novel").empty();
|
||||||
|
|
||||||
novelai_setting_names.forEach(function (item, i, arr) {
|
novelai_setting_names.forEach(function (item, i, arr) {
|
||||||
arr_holder[item] = i;
|
arr_holder[item] = i;
|
||||||
|
@@ -7,7 +7,7 @@
|
|||||||
1. World Info support
|
1. World Info support
|
||||||
1. Character search bar
|
1. Character search bar
|
||||||
1. New UI style (thanks @RossAscends)
|
1. New UI style (thanks @RossAscends)
|
||||||
1. oobabooga's Text Generation WebUI support (thanks @im-not-tom)
|
1. oobabooga's Text Generation WebUI support (thanks @im-not-tom).<br>**Make sure that --no-stream option is added and WebUI is running in notebook mode (not in --cai-chat or --chat)**
|
||||||
1. Group Chats support
|
1. Group Chats support
|
||||||
1. Extensibility with various plugins (character expressions, memory simulation, etc.)<br>More details here: https://github.com/SillyLossy/TavernAI-extras
|
1. Extensibility with various plugins (character expressions, memory simulation, etc.)<br>More details here: https://github.com/SillyLossy/TavernAI-extras
|
||||||
1. Soft Prompt selector for KoboldAI
|
1. Soft Prompt selector for KoboldAI
|
||||||
|
Reference in New Issue
Block a user