[-] Lunanul@lemmy.world 1 points 1 month ago

All bots are private and save to your device's storage space. This is not like other AI bot sites where the mods can still see your stuff. So no one really cares; just don't post about it.

[-] Lunanul@lemmy.world 1 points 1 month ago

It down or legging; I'm getting nothing or five words then it stops.

2
submitted 3 months ago* (last edited 3 months ago) by Lunanul@lemmy.world to c/perchance@lemmy.world

Found a workaround. Went into edit and delete a few of the example characters. After giving a warning and sitting on a black screen, it gives me the emergency export button. It downloaded a raw and it uploaded fine, but it still won't let me export it normally.

I've been trying to export my chats, but it does nothing.

On the page I get this:

On the Developer Console:

3
submitted 2 years ago* (last edited 2 years ago) by Lunanul@lemmy.world to c/perchance@lemmy.world

I'm trying to use the remember-plugin, but I would like to use it like this generator did as a scratchpad: https://perchance.org/ai-character-generator I want to add it to the Story Outline Generator and Story Writing Helper to keep prompts or story snippets.

scratchpad // Note: the 'remember' option storage is 'based on' this 'scratchpad' name, so if you change that name to something else like 'notepad', people will lose all their saved scratchpad text. But it's safe to change the 'label', below.
  label = 🗒️ Scratchpad
  tip = [t2i.defaultText.scratchpadTip] // this loads the default text, but you can delete it and add your own tip. Just change this line to "tip = You own cool tips."
  type = paragraph
  remember = true // <-- the text that the user inputs will be remembered so it's still there even if they close/refresh the page
  width = min(750px, 100%)
  height = 30vh
  takesUpFullRow = true
  foldToggleState = hidden // or 'shown' if you want it to start shown, or delete this line if you don't want it to be show-able/hide-able
  visible() =>
    return Number(localStorage.generateClickCount) > 1; // so the scratchpad only shows up after they've clicked generate a couple of times (to reduce confusion/clutter for newbies)
  examples
    [t2i.defaultText.scratchpadPlaceholder]

Lunanul

joined 2 years ago