mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
21 lines
608 B
HTML
21 lines
608 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Scan Depth</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>Scan Depth</h2>
|
|
<h4>Defines how many messages in the chat history should be scanned for World Info keys.</h4>
|
|
<p>If set to 1, then TavernAI only scans the message you send and the most recent reply.</p>
|
|
<p>This stacks up to 5 message pairs it total.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |