mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
@@ -2033,6 +2033,7 @@ h2 .material-icons-outlined {
|
|||||||
.collapsable_header,
|
.collapsable_header,
|
||||||
.section_header,
|
.section_header,
|
||||||
.help_text,
|
.help_text,
|
||||||
|
.sample_order,
|
||||||
.noselect {
|
.noselect {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
@@ -105,8 +105,8 @@
|
|||||||
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
||||||
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Sampling</h4>
|
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Sampling</h4>
|
||||||
</div>
|
</div>
|
||||||
<span class="help_text">Change how the AI decides what to say.</span>
|
|
||||||
<div class="setting_tile_area">
|
<div class="setting_tile_area">
|
||||||
|
<span class="help_text">Change how the AI decides what to say.</span>
|
||||||
<div class="setting_container_single">
|
<div class="setting_container_single">
|
||||||
<!---Top Row---->
|
<!---Top Row---->
|
||||||
<span class="setting_label">
|
<span class="setting_label">
|
||||||
@@ -140,8 +140,8 @@
|
|||||||
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
||||||
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Repetition</h4>
|
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Repetition</h4>
|
||||||
</div>
|
</div>
|
||||||
<span class="help_text">Change how the AI combats repetition.</span>
|
|
||||||
<div class="setting_tile_area">
|
<div class="setting_tile_area">
|
||||||
|
<span class="help_text">Change how the AI combats repetition.</span>
|
||||||
{% with sub_path='Repetition' %}
|
{% with sub_path='Repetition' %}
|
||||||
{% include 'settings item.html' %}
|
{% include 'settings item.html' %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
@@ -205,8 +205,8 @@
|
|||||||
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
<div class="collapsable_header" onclick="toggle_setting_category(this);">
|
||||||
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Biasing</h4>
|
<h4 style="width:var(--flyout_menu_width);"><span class="material-icons-outlined cursor">expand_more</span> Biasing</h4>
|
||||||
</div>
|
</div>
|
||||||
<span class="help_text">Influence the likelihood for the AI to output certain phrases.</span>
|
|
||||||
<div id="biasing">
|
<div id="biasing">
|
||||||
|
<span class="help_text">Influence the likelihood for the AI to output certain phrases.</span>
|
||||||
<div class="bias_header">
|
<div class="bias_header">
|
||||||
<div class="bias_header_phrase">Phrase</div>
|
<div class="bias_header_phrase">Phrase</div>
|
||||||
<div class="bias_header_score">Score</div>
|
<div class="bias_header_score">Score</div>
|
||||||
|
@@ -113,11 +113,11 @@
|
|||||||
--flyout_background: var(--layer1_palette);
|
--flyout_background: var(--layer1_palette);
|
||||||
--flyout_background_pinned: var(--gruvbox-dark0-soft);
|
--flyout_background_pinned: var(--gruvbox-dark0-soft);
|
||||||
|
|
||||||
--setting_background: var(--gruvbox-dark0-soft);
|
--setting_background: var(--gruvbox-dark1);
|
||||||
--setting_text: var(--gruvbox-light0);
|
--setting_text: var(--gruvbox-light0);
|
||||||
|
|
||||||
--button_text: var(--setting_text);
|
--button_text: var(--setting_text);
|
||||||
--button_background: var(--setting_background);
|
--button_background: var(--gruvbox-dark2);
|
||||||
|
|
||||||
--sample_order_select_color: var(--gruvbox-dark2);
|
--sample_order_select_color: var(--gruvbox-dark2);
|
||||||
--sample_order_select_color_text: var(--gruvbox-light2);
|
--sample_order_select_color_text: var(--gruvbox-light2);
|
||||||
@@ -181,6 +181,9 @@
|
|||||||
--radius_item_popup: 0px;
|
--radius_item_popup: 0px;
|
||||||
--radius_wi_card: 0px;
|
--radius_wi_card: 0px;
|
||||||
--radius_settings_button: 5px;
|
--radius_settings_button: 5px;
|
||||||
|
--radius_settings_button: 0px;
|
||||||
|
--radius_alternate_button: 0px;
|
||||||
|
--radius_palette_card: 0px;
|
||||||
|
|
||||||
/* Variables */
|
/* Variables */
|
||||||
--flyout_menu_closed_width: 0px;
|
--flyout_menu_closed_width: 0px;
|
||||||
@@ -217,8 +220,6 @@ input, textarea{
|
|||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
color: var(--gruvbox-light0) !important;
|
|
||||||
background-color: var(--gruvbox-dark0-soft);
|
|
||||||
border: 1px solid var(--gruvbox-dark2);
|
border: 1px solid var(--gruvbox-dark2);
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@@ -264,6 +265,10 @@ hr, #token-breakdown-container, .tabrow::before {
|
|||||||
border-color: var(--gruvbox-neutral-aqua);
|
border-color: var(--gruvbox-neutral-aqua);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.settings_button {
|
||||||
|
border: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Firefox hacks, add this to upstream when done testing */
|
/* Firefox hacks, add this to upstream when done testing */
|
||||||
input[type="range"]::-moz-range-thumb {
|
input[type="range"]::-moz-range-thumb {
|
||||||
background-color: var(--rangeslider_circle_color);
|
background-color: var(--rangeslider_circle_color);
|
||||||
|
Reference in New Issue
Block a user