Request number of characters fails per line

I trying to specify the number of characters per row, does not work. Sometimes it works, probably 20%. What keywords can i use to get it atleast 80%

It can’t count (or really even “see”) letters, because of the tokenization that compresses common strings of letters together.

If you were writing an API-based AI, you could have it call a letter-counting function.

3 Likes