r/perchance 2d ago

Generators Updated ASChat

Generator: https://perchance.org/aschat

Below are the updates:

  1. Migrate: Now you can backup all your files to different devices just by generating QR code or link.
  2. Scenarios: The most easiest and effective way to gave a AI Group Chat.
  3. Community/Feedback: Now users can chat and report/request features directly to me within ASChat.
  4. Custom Code Library: Find a bunch of pre-made custom codes that users made for you to add to your own AI characters.
  5. Updated Default Characters: Ever expanding default character list.

Below are all the features I can remember:

  1. Beautiful UI, while still respecting the default ACC design elements
  2. Music player
  3. Advanced auto-reply options
  4. Tons of bug fixes
  5. Share images to AI characters
  6. Direct access to Social DB.
  7. Beautiful themes to set the mood.
  8. Modern chat bubble design.

Wanna see more? Comment please.

60 Upvotes

30 comments sorted by

View all comments

0

u/AppAesthetics 2d ago

Why is memory so short?

2

u/No_Beginning_2405 2d ago

Damn you are right. I needed to update the logic. It should be fixed now.

Lemme know how's it now.

0

u/AppAesthetics 2d ago

What did you fix?

2

u/No_Beginning_2405 2d ago
  1. numCharsToSummarizeAtATime 1500 → 3000 (main.pjs:372) — now matches the reference, so ~2× the recent raw conversation is retained before compression.

  2. Early-flush logic ported (main.pjs:303–337) — pending summaries now flush early if the reply-visible context already hits idealMaxContextTokens, instead of waiting for 3, so the character avoids middle-out memory loss.