• 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle
  • The current text generation model is quite bad in a lot of different ways that are unfortunately hard to fix. If you’re talking about perchance.org/ai-character-chat then you could use custom code to do a replacement - you’d paste this in the custom code box in the character editor (click “show more” and scroll down):

    oc.thread.on("MessageAdded", function({message}) {
      message.content = message.content.replaceAll("Katrice", "Katherine");
    });
    

    Alternatively, you could grit your teeth and bear it for another few months until I upgrade the text gen model - the new model will be a lot smarter and have fewer weird idiosyncrasies like this. Currently I’m finalizing the big image generation model upgrade, and working on a multiplayer plugin, and then next on the list is the text gen upgrade. Ideally I’ll finish upgrading the text gen model some time during April.




  • The /generators page criticism is fair. I’d like to add some sorting/filtering options.

    I’m not convinced by:

    But now that the AI has been added as an actual part of the generator creation process […] The fact that Perchance is forcing all this AI on us

    You can turn off all the AI features (bug checker, autocomplete, ai helper). If you can’t disable them, then that’s a bug. If the ability to disable is not enough, and you instead want me to permanently prevent everyone else from using the AI editing features, then no, I’m not going to do that. I don’t think this is a good suggestion.

    An aside, to be clear: I don’t care about the aesthetics or tribal noise-making around use of AI tools. I do care about making a platform that makes it easier for newbies to start creating fun/interesting/useful things (even if they’re basic/slop/boring to more experience devs). So if your problem is the use of AI itself in creating generators, then you should expect things to get worse from here on out, so it might save you some pain to just bite the bullet and make it a “goodbye forever”.[1] If your concern is the quality of generators on the /generators page, or the quality of the AI helper/autocomplete outputs, then these are both temporary issues.

    [1] I have on my todo list a guide for ‘migrating off perchance’, but it’s not exactly near the top. @VioneT@lemmy.world is probably already busy enough, but pinging in case they can or have already written a guide on this, or somewhat related (e.g. perhaps glitch.com intro). There are also some alternative random generator sites to look into listed on the /welcome page. If anyone knows of a new/unlisted one, I’m happy to add a link there.