Files
SillyTavern/public/notes/4.html
Ashen One a417031af4 main
2022-12-22 07:22:29 +04:00

25 lines
1.2 KiB
HTML

<html>
<head>
<title>Preset settings</title>
<link rel="stylesheet" href="/css/notes.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="main">
<div id="content">
<h2>Preset settings</h2>
<p>Standard KoboldAI settings files are used here. To add your own settings, simply add the file .settings in TavernAI\public\KoboldAI Settings
<br><br>Important: Temporarily, at the moment, the context will always be 2048 tokens, regardless of any settings.
</p>
<h3>Temperature</h3>
<p>Value from 0.1 to 2.0. Lower value - the answers are more logical, but less creative. Higher value - the answers are more creative, but less logical.</p>
<h3>Amount generation</h3>
<p>The maximum amount of tokens that a AI will generate to respond. One word is approximately 3-4 tokens. The larger the parameter value, the longer the generation time takes.</p>
<h3>User Avatar</h3>
<p>Images can be added in TavernAI\public\User Avatars</p>
</div>
</div>
</body>
</html>