

Props to GrumblePuss for explaining how the AI works perfectly. It doesn’t save anything, it will get overwhelmed eventually and a new field on ACC is just text that gets added at a specific location in the final prompt the AI receives.
This is an example what I refer to as a “final prompt”, which is what the AI actually receives when a message is requested.

So, as you can see, no field does anything magic of any sort. It is just placed somewhere in the wall of text the AI receives and how it interprets things is up to it.
Needless to say, that there are a lot of models out there. ACC only works with Perchance, but there are other AI chat platforms with the same or better capabilities out there.
SillyTavern allows you to connect to any API through its API key or to models you can run locally in your computer. It has almost all the same features and there is also a community that makes extensions to provide more functionality. It also provides you a lot of customization for the final prompt and explicitly shows you token information such as how many you are using.
It doesn’t commit the sin of ACC, which is to truncate the character descriptions violently without letting the user know, making them wonder why their 6400+ long description char does not have its description being used properly.
I’ve switched to SillyTavern using Gemini 2.5 Pro or 2.5 Flash and haven’t looked back ever since. My lore alone is like 10k tokens at this point, more than what ACC can handle in its entirety and Gemini absorbs and uses it without a sweat.
Of course, you can’t use these big boy corpo AIs if you play around with NSFW content, which is not my problem as I have no interest in that. If that’s your case, then running locally or waiting for the new model is your best bet.






It is as the OP said on their edit. The temperature and other fields are not sent on the JSON that is sent to the backend server. If one checks it through the browser console, it only has the final prompt that is sent to the AI and some other fields, but none that the OP edited. Very likely this is having no effect at all.
The AI Text Plugin has a section where it takes only specific attributes. It is possible to change it to take these into account and add them to the JSON, but it would not matter anyway if the Perchance backend server does not use them.