kubus
kubus
use it every article, startoftext and endoftext is supposed to let the ai know where the text starts and ends so it can generate more relevant stuff
@microsoft-github-policy-service agree
> Could you add a test with replacing a string with multiple characters? Added, also found a bug where replaceAll could loop infinitely so fixed that as well.
i believe it shouldn't be an issue, that was part of the bug with replaceAll because if replaceValue contained searchValue it would just match against it forever. Now, after replacing...