diff --git a/koboldai_settings.py b/koboldai_settings.py index 93a7ad8b..71a7cfc9 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -1504,7 +1504,7 @@ class KoboldStoryRegister(object): def set_probabilites(self, probabilities, action_id=None): if action_id is None: - action_id = self.action_count + action_id = self.action_count+1 if action_id in self.actions: self.actions[action_id]['Probabilities'].append(probabilities) process_variable_changes(self.socketio, "story", 'actions', {"id": action_id, 'action': self.actions[action_id]}, None) diff --git a/static/koboldai.css b/static/koboldai.css index e40895c7..463fbebf 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2631,6 +2631,7 @@ h2 .material-icons-outlined { .help_text { margin-left: 6px; margin-bottom: 0.7em; + width: 100%; opacity: 0.7; font-size: calc(0.9em + var(--font_size_adjustment)); display: block; diff --git a/templates/settings flyout.html b/templates/settings flyout.html index 2dc06cbd..15087064 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -132,7 +132,7 @@

expand_more Sampling

- Change how the AI decides what to say. +
Change how the AI decides what to say.
{% with sub_path='Sampling' %} {% include 'settings item.html' %} {% endwith %} @@ -167,7 +167,7 @@

expand_more Repetition

- Change how the AI combats repetition. +
Change how the AI combats repetition.
{% with sub_path='Repetition' %} {% include 'settings item.html' %} {% endwith %} @@ -232,7 +232,7 @@

expand_more Biasing

- Influence the likelihood for the AI to output certain phrases. +
Influence the likelihood for the AI to output certain phrases.
Phrase
Score
@@ -311,7 +311,7 @@
- Automatically replaces phrases that you or the AI insert. +
Automatically replaces phrases that you or the AI insert.
help_icon
@@ -415,7 +415,7 @@

expand_more Tweaks

- Small UI changes that can be mixed and matched. +
Small UI changes that can be mixed and matched.
Hide timing information diff --git a/templates/story flyout.html b/templates/story flyout.html index d2451ad9..b7c0f594 100644 --- a/templates/story flyout.html +++ b/templates/story flyout.html @@ -8,16 +8,16 @@