Compare commits

...

4 Commits
1.0.0 ... 1.0.3

Author SHA1 Message Date
SillyLossy
abe5aa7cc0 Extra notice for ooba users 2023-03-12 22:40:15 +02:00
Cohee
1668b94f97 Update readme.md 2023-03-12 22:25:40 +02:00
SillyLossy
93d9af931a Remove default novel preset 2023-03-12 21:48:45 +02:00
SillyLossy
2f76bbb7d6 Fix novel preset duplication 2023-03-12 21:42:14 +02:00
3 changed files with 8 additions and 4 deletions

View File

@@ -530,8 +530,11 @@
target="_blank">
oobabooga/text-generation-webui
</a></div>
<span>Make sure you run it with
<pre>--no-stream</pre> option!
<span>Make sure you run it:
<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>
<form action="javascript:void(null);" method="post" enctype="multipart/form-data">

View File

@@ -260,6 +260,7 @@ $(document).ready(function () {
function flushSettings() {
$('#settings_perset').empty();
$('#settings_perset_novel').empty();
$('#world_info').empty();
$('#settings_perset').append('<option value="gui">GUI KoboldAI Settings</option>');
$('#world_info').append('<option value="None">None</option>');
@@ -3562,7 +3563,7 @@ $(document).ready(function () {
});
var arr_holder = {};
$("#settings_perset_novel").empty;
$("#settings_perset_novel").empty();
novelai_setting_names.forEach(function (item, i, arr) {
arr_holder[item] = i;

View File

@@ -7,7 +7,7 @@
1. World Info support
1. Character search bar
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. 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