mirror of
https://github.com/severian-dev/sucker.severian.dev.git
synced 2025-10-28 04:35:45 +00:00
colored code tags
This commit is contained in:
@@ -391,16 +391,16 @@ export default function Home() {
|
|||||||
</p>
|
</p>
|
||||||
<ol className="list-decimal list-inside">
|
<ol className="list-decimal list-inside">
|
||||||
<li className="mb-2">
|
<li className="mb-2">
|
||||||
Put <code>{proxyUrl}</code> in your
|
Put <code style={{ color: "#fff0b9" }}>{proxyUrl}</code> in your
|
||||||
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">
|
||||||
REQUIRED: Set your custom prompt to <code><.></code>
|
REQUIRED: Set your custom prompt to <code style={{ color: "#fff0b9" }}><.></code>
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-2">
|
<li className="mb-2">
|
||||||
REQUIRED: Set your persona (or create a new one) with the name{" "}
|
REQUIRED: Set your persona (or create a new one) with the name{" "}
|
||||||
<code>{user}</code> and the description should only
|
<code style={{ color: "#fff0b9" }}>{user}</code> and the description should only
|
||||||
have <code>.</code> in it.
|
have <code style={{ color: "#fff0b9" }}>.</code> in it.
|
||||||
</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>{" "}
|
||||||
@@ -408,7 +408,7 @@ export default function Home() {
|
|||||||
</li>
|
</li>
|
||||||
<li className="mb-2">Start a new chat with a character.</li>
|
<li className="mb-2">Start a new chat with a character.</li>
|
||||||
<li className="mb-2">
|
<li className="mb-2">
|
||||||
Char name inference is implemented: if you send just a dot: <code>.</code>, sucker will use the inferred name from the persona tag, or you can send the character name yourself.
|
Char name inference is implemented: if you send just a dot: <code style={{ color: "#fff0b9" }}>.</code>, sucker will use the inferred name from the persona tag, or you can send the character name yourself.
|
||||||
</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.
|
||||||
@@ -417,7 +417,7 @@ export default function Home() {
|
|||||||
If you're interested in capturing alternate greetings, start a
|
If you're interested in capturing alternate greetings, start a
|
||||||
new chat and send the conversation ID as first message instead
|
new chat and send the conversation ID as first message instead
|
||||||
of the character name. The format is{" "}
|
of the character name. The format is{" "}
|
||||||
<code>[sucker:conv=conversationId]</code> which you'll be
|
<code style={{ color: "#fff0b9" }}>[sucker:conv=conversationId]</code> which you'll be
|
||||||
given when creating a new card.
|
given when creating a new card.
|
||||||
</li>
|
</li>
|
||||||
<li className="mb-2">
|
<li className="mb-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user