Remix.run Logo
dannyw a day ago

If you train on any form of HTML, or any code that includes URLs, your model is going to learn them somehow.

Stripping URLs would certainly break some code, and also train the model with unhelpful behavior. You want your coding model to write real URLs, not write "return redirect(<|URL_STRIPPED|>)".