This commit is contained in:
SillyLossy
2023-03-30 17:30:12 +03:00
parent 4e77d485f5
commit 52879ec6a9

View File

@@ -245,12 +245,12 @@ $('document').ready(function () {
<ol> <ol>
<li>Login to <a href="https://poe.com" target="_blank">poe.com</a></li> <li>Login to <a href="https://poe.com" target="_blank">poe.com</a></li>
<li>Open browser DevTools (F12) and navigate to "Application" tab</li> <li>Open browser DevTools (F12) and navigate to "Application" tab</li>
<li>Find a p-b cookie for poe.com domain and copy its value</li> <li>Find a <tt>p-b</tt> cookie for poe.com domain and copy its value</li>
<li>Select "Extensions" in TavernAI API selector</li> <li>Select "Extension" in TavernAI API selector</li>
<li>Paste cookie value to the box below and click "Connect"</li> <li>Paste cookie value to the box below and click "Connect"</li>
<li>Select a character and start chatting</li> <li>Select a character and start chatting</li>
</ol> </ol>
<label for="poe_token">poe.com assess token (p-b cookie value)</label> <label for="poe_token">poe.com access token (p-b cookie value)</label>
<input id="poe_token" class="text_pole" type="text" placeholder="Example: nTLG2bNvbOi8qxc-DbaSlw%3D%3D" /> <input id="poe_token" class="text_pole" type="text" placeholder="Example: nTLG2bNvbOi8qxc-DbaSlw%3D%3D" />
<label for="poe_activation_message">Jailbreak activation message</label> <label for="poe_activation_message">Jailbreak activation message</label>
<textarea id="poe_activation_message" rows="3"></textarea> <textarea id="poe_activation_message" rows="3"></textarea>