mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
21 lines
629 B
HTML
21 lines
629 B
HTML
<html>
|
|
|
|
<head>
|
|
<title>Import Chat</title>
|
|
<link rel="stylesheet" href="/css/notes.css">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="/webfonts/NotoSans/stylesheet.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="main">
|
|
<div id="content">
|
|
<h2>Chat import</h2>
|
|
<h3>Import chats into SillyTavern</h3>
|
|
<p>To import Character.AI chats, use this tool: <a href="https://github.com/0x000011b/characterai-dumper">https://github.com/0x000011b/characterai-dumper</a>.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |