mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
UI: Possibly more clear tooltips
This commit is contained in:
@@ -296,7 +296,7 @@ gensettingstf = [
|
|||||||
"max": 1,
|
"max": 1,
|
||||||
"step": 1,
|
"step": 1,
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"tooltip": "Scans the AI's output for World Info keys as it is generating the one.",
|
"tooltip": "Look for World Info keys in the AI's response while it is still being generated.",
|
||||||
"menu_path": "World Info",
|
"menu_path": "World Info",
|
||||||
"sub_path": "",
|
"sub_path": "",
|
||||||
"classname": "story",
|
"classname": "story",
|
||||||
|
@@ -97,7 +97,7 @@
|
|||||||
<div id="story_menu_wi" class="story_category_area tab-target tab-target-story hidden">
|
<div id="story_menu_wi" class="story_category_area tab-target tab-target-story hidden">
|
||||||
<h4 class="section_header" style="margin-left: 12px;">World Info</h4>
|
<h4 class="section_header" style="margin-left: 12px;">World Info</h4>
|
||||||
<div class="help_text" style="margin-left: 20px;">
|
<div class="help_text" style="margin-left: 20px;">
|
||||||
Lore information, which the AI recalls by certain words.
|
Lore information, which the AI recalls with the mention of certain words.
|
||||||
<span class="helpicon material-icons-outlined" tooltip="Use this instead of Memory for information on things like characters, objects, events, places, and anything else with detail.">help_icon</span>
|
<span class="helpicon material-icons-outlined" tooltip="Use this instead of Memory for information on things like characters, objects, events, places, and anything else with detail.">help_icon</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="setting_tile_area wi_settings">
|
<div class="setting_tile_area wi_settings">
|
||||||
|
Reference in New Issue
Block a user