chore: 1.9

This commit is contained in:
Severian
2025-08-10 21:39:34 +08:00
parent 5f91675522
commit 7c40eef29e
3 changed files with 35 additions and 13 deletions

View File

@@ -191,9 +191,9 @@ export default function Home() {
<div className="container mx-auto px-4 py-8">
<div className="flex justify-between items-center mb-4">
<div>
<h1 className="text-3xl font-bold">Sucker v1.8</h1>
<h1 className="text-3xl font-bold">Sucker v1.9</h1>
<p className="text-sm text-muted-foreground">
Handles the new prompt structure. See instructions below, you'll need it.
Handles the new prompt structure (again). See instructions below, you'll need it.
</p>
</div>
<Button
@@ -213,7 +213,7 @@ export default function Home() {
Heads-up.
</span>
<p className="text-sm text-muted-foreground">
Read the directions below, they're updated. If the site's inaccessible, I've been holding off on a server migration and I'm still not sure if this extractor seeing a lot of use was taking my instance down so lmk.
Same instructions as 1.8 if you used it before, except this time you can send a dot to let sucker infer char name, or send anything else and that'll be used to name it.
</p>
</div>
</div>
@@ -249,10 +249,7 @@ export default function Home() {
API settings, any value for model and key.
</li>
<li className="mb-2">
The new prompt structure abandoned XML tags so extraction's different now, but a bonus is you never have to worry about your persona getting sucked instead if you follow the instructions below closely.
</li>
<li className="mb-2">
REQUIRED: Set your custom prompt to <code>&lt;.&gt;</code>.
REQUIRED: Set your custom prompt to <code>&lt;.&gt;</code>
</li>
<li className="mb-2">
REQUIRED: Set your persona (or create a new one) with the name <code>&#123;user&#125;</code> and the description should only have <code>.</code> in it.
@@ -265,7 +262,7 @@ export default function Home() {
Start a new chat with a character or multiple.
</li>
<li className="mb-2">
REQUIRED: The message you'll send should ONLY contain the char name and nothing else.
You can either send a dot to let sucker make a best guess about the char name, or send the char name yourself and it'll be used instead.
</li>
<li className="mb-2">
Hit the Refresh button here, and the cards should appear here.