You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new advanced syntax feature, <padto[x]:y>, will repeat y until token size of prompt is x, eg: aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <padto[75]:,> will be turned to aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa ,,,, [repeated 65 more times], since aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa is 10 tokens
Other
No response
The text was updated successfully, but these errors were encountered:
Feature Idea
new advanced syntax feature,
<padto[x]:y>
, will repeaty
until token size of prompt isx
, eg:aaa aaa aaa aaa aaa aaa aaa aaa aaa aaa <padto[75]:,>
will be turned toaaa aaa aaa aaa aaa aaa aaa aaa aaa aaa ,,,, [repeated 65 more times]
, sinceaaa aaa aaa aaa aaa aaa aaa aaa aaa aaa
is 10 tokensOther
No response
The text was updated successfully, but these errors were encountered: