mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2025-10-28 12:45:51 +00:00
chore: 1.8
This commit is contained in:
@@ -4,6 +4,7 @@ Check package.json for commands, I can't be bothered.
|
|||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
||||||
|
- 1.8: Handling for new prompt structure, new instructions
|
||||||
- 1.7: Handling for nested XML character tags
|
- 1.7: Handling for nested XML character tags
|
||||||
- 1.6: First message formatting, copy button for first message and other fields
|
- 1.6: First message formatting, copy button for first message and other fields
|
||||||
- 1.5: {{user}} substitution for user persona name
|
- 1.5: {{user}} substitution for user persona name
|
||||||
|
|||||||
@@ -191,9 +191,9 @@ export default function Home() {
|
|||||||
<div className="container mx-auto px-4 py-8">
|
<div className="container mx-auto px-4 py-8">
|
||||||
<div className="flex justify-between items-center mb-4">
|
<div className="flex justify-between items-center mb-4">
|
||||||
<div>
|
<div>
|
||||||
<h1 className="text-3xl font-bold">Sucker v1.7</h1>
|
<h1 className="text-3xl font-bold">Sucker v1.8</h1>
|
||||||
<p className="text-sm text-muted-foreground">
|
<p className="text-sm text-muted-foreground">
|
||||||
Handles nested XML character tags now, let me know how it goes.
|
Handles the new prompt structure. See instructions below, you'll need it.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
@@ -237,22 +237,23 @@ export default function Home() {
|
|||||||
API settings, any value for model and key.
|
API settings, any value for model and key.
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-2">
|
<li className="mb-2">
|
||||||
<span className="line-through">
|
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.
|
||||||
Remove your custom prompt - otherwise, it'll get inserted
|
</li>
|
||||||
into cards, on the example message section.
|
<li className="mb-2">
|
||||||
</span>
|
REQUIRED: Set your custom prompt to <code><.></code>.
|
||||||
<span>
|
</li>
|
||||||
No need for this anymore. At least the new prompt
|
<li className="mb-2">
|
||||||
system has it separate now.
|
REQUIRED: Set your persona (or create a new one) with the name <code>{user}</code> and the description should only have <code>.</code> in it.
|
||||||
</span>
|
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-2">
|
<li className="mb-2">
|
||||||
Save settings and refresh the page. Not this page. <i>That</i>{" "}
|
Save settings and refresh the page. Not this page. <i>That</i>{" "}
|
||||||
page.
|
page.
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-2">
|
<li className="mb-2">
|
||||||
Start a new chat with a character or multiple. Send any
|
Start a new chat with a character or multiple.
|
||||||
message.
|
</li>
|
||||||
|
<li className="mb-2">
|
||||||
|
REQUIRED: The message you'll send should ONLY contain the char name and nothing else.
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-2">
|
<li className="mb-2">
|
||||||
Hit the Refresh button here, and the cards should appear here.
|
Hit the Refresh button here, and the cards should appear here.
|
||||||
|
|||||||
Reference in New Issue
Block a user