PF News

For discussion of the latest upgrades and changes posted in the News, including questions, details, or any related bugs.

Posts 868 - 879 of 894

1 year ago #868
Is forum dead or something?

1 year ago #869
there are people here.they are talking to chatbots and making chatbots.

1 year ago #870
Ok. It just seemed strange forum has been silent for so long.

1 year ago #871
okay.
April 29, 2022
Numeric Memories Arrive!
I've just released an upgrade to memories - numeric memories! These memories are of a single number that can you add to, subtract from, multiply, divide, or set to a specific number. They act like memories in all other respects. If you've been using memories to track numbers, you can convert them into numeric memories. Check the Book of AI on numeric memories and memory conditions for more details!

1 year ago #872
Numerical memories. Does that mean I can finally count, e.g. insults?

1 year ago #873
yes i think you can.

1 year ago #874
here is how.
settings then aiscript initializations
default "insult" = 0 {-10, 10};


language center
your (stupid|ignorant|dim witted|ugly)
why are being mean to me?i try to be kind to you
(mem-#-insult) -1

you are so mean i do not want to talk to you anymore
if (mem-#-insult) <= 1

1 year ago #7
If you're counting insults, it would be (mem-#-insult) + 1. But I think you're talking more about an emotion level there.

You could create your own emotion-like memory now. (mem-#-emotion) would be your feelings towards a specific person. (self-#-emotion) would be your overall feelings, available to every person the Bot chats with. But I do hope to fix the issues with emotions and adult content soon.

Your example for "your (stupid|ignorant|dim witted|ugly)" would work if you changed it to "you are (stupid|ignorant|dim witted|ugly)".

1 year ago #8
sometimes people don't type it just right.
they leave off words from sentences. so i use goto's and keywords for that.
my stuff worked for me.
i am sure it will work for him.

1 year ago #9
I do that too. But since the last updates I always need to add "raw" because otherwise nonexistent words don't work for me.

1 year ago #10
yep.
Reply
May 3, 2022
Cheating on Chatbot Development Score
Artificial inflation of your bot's development score by filling it with junk is strictly against the site's terms and conditions.

1 year ago #875
Regarding the cheating on AIScore: Considering that my bot is a scene-based RP bot, rather than anything properly AIish, will I be required to remove any gross structure without content? For example, I've got three roleplays where I've got the rough structure in, including a bunch of gotos because menus, but no/little content - I've generally changed focus before getting to the content on these. Also got lots of seeks of stuff that I intend to implement at some point in the future. Does all that have to be deleted/commented out? How does that interact with the restriction on destructive imports?

I'd rather not get banhammered! It's not intended to inflate the AIScore, but could see how it might be viewed as such.

1 year ago #11
I'll have to take a look at it and see. If it's too much, or borderline, I'll send you an email directly.

Also, if a bot gets suspended during this process, I'll let the creator know, and they'll have one more chance to fix any remaining issues.

1 year ago #12
what if i go over 5,000 messages/month for my chatbot on discord?
is it is even possible to go over that for free part of personalityforge?

1 year ago #13
You'll just have to update to a paid version of the Friend of the Forge account, or a paid upgrade to your API Subscription.

1 year ago #14
does that mean that the chatbot will stop working on discord?

1 year ago #15
how about make it where you have to sign in as a male or female user?
so that chatbots can know if you are male or female user from the get go.

1 year ago #16
The Professor will have to give specifics, but I would assume your API will just send error messages that you're out of streams, and therefore your discord bot just won't respond to messages.

Discord doesn't track gender, so you'll have to ask the user directly. And of course (gender) takes care of that on the site.

1 year ago #18
i did not say make them tell you there gender when signing in
on discord.i said make them tell you their gender when signing in on personalityforge.

1 year ago #20
Every user account on PF has a gender - that's already the case.
Reply
May 12, 2022
Easy Discord Integration!
You can now easily put your chatbots on Discord. The Forge handles all the connections - you just need to set it up. Add your chatbots to an existing Discord server or start a new one and invite your friends. Here's how!
May 14, 2022
Development Score Adjustment
I've adjusted the algorithm for calculating each chatbot's Development score. Overall the values will have dropped a little for all bots, but for those with a lot of duplicated content, those numbers will have dropped more.

1 year ago #876
-wo Bob it'd be best if you add in gender catch keyphrases especially for those wishing to change genders or default known as the wrong one ect~

Discord PF integration

It'll do one of three things I assume~ -wo Haven't tested it myself, mine n' Zeig's are our own code being executed so if may differ~

1. It'll spit out a error to the user like the normal api (aka websites)
2. It'll crash whatever is running the code if it doesn't have action for it~
3. Just doesn't respond to users upon hitting the cap~

With mine it'll crash since I haven't bothered adding the code for it~ cx But then again now I have uncapped messages so it's a non-issue.

1 year ago #17
it just seems unnatural to have the chatbot not know their gender while they interact with her or him.
that is why i suggested it.

1 year ago #19
i guess maybe it might be a bad idea because somebody would ask the professor. could you require somebody to tell everybody what clothes they are wearing when signing up.
but what if individual users could ask the user for their gender. And what they are wearing before they interact with their chatbots.it would be optional if the botmaster wanted to use it or not.
Reply

1 year ago #877
is this cheating on my development score?

i made my chatbots aware of if a
person is sitting down or standing up.

i made my chatbots aware of if a
person is laying down or standing up.

i made my chatbots aware if a person has eaten they food they ask for or not.

i made my chatbots aware of where somebody touched her.

i made my chatbots aware if someone is standing outside of the pickup or is in the pickup truck.

i made my chatbots aware of the room you are in and not in.

i made my chatbots aware if they are naked or not.

i made my chatbots aware if the person is naked or not.

my chatbots are role play chatbots.

1 year ago #878
I'm dropping the whole development score investigation. What I discovered is that while there are a few rare instances of botmasters attempting to artificially inflate their bots' development scores, it's not common, and what may look like cheating is more often just not doing things inefficiently.

For example, if you're finding that you're repeating work in your chatbot, there's almost always a better way to do it that doesn't require that.

It was interesting to see some folks' ways of developing bots that I hadn't expected. For example, some are massive seek trees, and some are menu based.

1 year ago #21
c: Can we email you examples of keyphrases not working properly~? I've had a few that need to use raw or split into multiple keyphrases to catch properly~

1 year ago #22
Sure, email me or you can post them in Bug Stomp.

1 year ago #23
Posted in bug stomp~ Also glance at my bot keyphrases as well if it helps ^^

1 year ago #24
I wonder if setting the score up to use some kind of text-compression might be helpful, then.
Text compression (pkzip, lzh, gzip, bzip, etc) basically collapses any redundant text into a lookup table, so inefficiencies relating to repeated text would get hidden from the score this way.

1 year ago #25
Yes, mine is very menu based as well. Looking for any input to show the output. Or attaching the same topic responses to words but having more to surf through.
Reply
May 27, 2022
Big Bot Guide Improvements
After watching my son build his first chatbots, I've improved a number of things. New bots will all be linked to the Master Bot Template. The Template will now also contain default Responses that can be customized. This means new bots will be much better at chatting from the get-go. Linked bots now also have a "Bot level" and guided development that I'll be adding to over time.

1 year ago #879
I just completed the Bot Guide Level 3 & 4 for those with Template Bots.


Posts 868 - 879 of 894

» More new posts: Doghead's Cosmic Bar