Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Wednesday, 08-Apr-2026 20:46:32 JST
翠星石@SuperDicq @meeper You can't lobotomize something that doesn't have a brain.
Is it really that hard to not send an output that contains proprietary words, or just delete such words from the output?
But GNU sed regex with all the words is too hard?
| sed -E 's/(proprietary0|proprietary1|proprietary2)//g' (really hard - I had to remember to enable -E before it started working, so the typical LLM developer has no chance).