This commit is contained in:
Ashen One
2022-12-22 07:22:29 +04:00
commit a417031af4
889 changed files with 108839 additions and 0 deletions

25
public/notes/1.html Normal file
View File

@@ -0,0 +1,25 @@
<html>
<head>
<title>Description character</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>Character description</h2>
<p>Used to add the character description and the rest that the AI should
know. For example, you can add information about the world in which the action takes place and describe
the characteristics for the character you are playing for. Usually it all takes 200-350 tokens.</p>
<h3>Methods and format</h3>
<p>For most Kobold's models the easiest way is to use a free form for description, and in each sentence it is desirable to specify the name of the character.
The entire description should be in one line without hyphenation. For examle:<br><br>
<i>Chloe is a female elf. Chloe wears black-white maid dress with green collar and red glasses. Chloe has medium length black hair.
Chloe's personality is...</i> etc.</p>
<p>But that the AI would be less confused the best way is to use the W++ format. Details here: <a target="_blank" href="https://github.com/KoboldAI/KoboldAI-Client/wiki/Pro-Tips">Pro-Tips</a></p>
</div>
</div>
</body>
</html>

19
public/notes/2.html Normal file
View File

@@ -0,0 +1,19 @@
<html>
<head>
<title>Personality</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>Personality</h2>
<p>3-4 main personality characteristics should be indicated here. These characteristics will play a major role in the character's behavior. Example:<br><br>
<i>Cheerful, cunning, provocative</i>
</p>
</div>
</div>
</body>
</html>

25
public/notes/3.html Normal file
View File

@@ -0,0 +1,25 @@
<html>
<head>
<title>First message</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>First message</h2>
<p>An important thing that sets exactly how and in what style the character will communicate.
It is desirable that the character's first message be long, so that later it would be less
likely that the character would respond in monosyllables. You can also use asterisks ** to describe the character's actions. For example:<br><br>
<i>*I noticed you came inside, I walked up and stood right in front of you* Wellcome. I'm glad to see you here. *i said with toothy smug sunny smile looking you straight in the eye* What brings you...</i> etc
</p>
<h3>Updates</h3>
<p>
Later, the ability to specify several examples of answer messages will be added so that a more
detailed image of the character personality can be recreated.
</p>
</div>
</div>
</body>
</html>

24
public/notes/4.html Normal file
View File

@@ -0,0 +1,24 @@
<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>

16
public/notes/5.html Normal file
View File

@@ -0,0 +1,16 @@
<html>
<head>
<title>Temperature</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>Temperature</h2>
<p>Value from 0.1 to 2.0. Less value - the answers are more logical, but less creative. More value - the answers are more creative, but less logical.</p>
</div>
</div>
</body>
</html>