mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
33 lines
2.2 KiB
HTML
33 lines
2.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>TavernAI - Note - KobolAI Settings</title>
|
|
<link rel="stylesheet" href="/css/notes.css">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div id="content">
|
|
<h2>KoboldAI 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
|
|
</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>Repetition penalty</h3>
|
|
<p>Repetition penalty is responsible for the penalty of repeated words. If the character is fixated on something or repeats the same phrase, then increasing this parameter will fix it. It is not recommended to increase this parameter too much for the chat format, as it may break this format. The standard value for chat is approximately 1.0 - 1.05</p>
|
|
<h3>Repetition penalty range</h3>
|
|
<p>The range of influence of Repetition penalty in tokens.</p><br>
|
|
<h2>Pro settings</h2>
|
|
<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>Context size</h3>
|
|
<p>How much will the AI remember. Context size also affects the speed of generation.<br><br>
|
|
<u>Important</u>: The setting of Context Size in TavernAI GUI override setting for KoboldAI GUI</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|