Newcomers

This is a forum for newcomers to the Personality Forge. Many questions can be answered by reading the Book of AI and the FAQ under the "My Bots" link in the upper corner.

Posts 7,731 - 7,742 of 8,127
Many questions are answered in the FAQ.


3 years ago #7731
for some reason typing goes to sleep only works for me.
when i type it into one of my chatbots.
what is causing that?

3 years ago #7732
Is there a way to private my chatbot? Starting on day 1 and it's frustrating seeing people access the bot and immediately hit a road block.

3 years ago #7733
I believe "hibernating" in your bot settings should do what you want Scarecrow

3 years ago #7734
Hey hey!
I am just curious about bot popularity... How many People speak with your bot when you work on it and when you don't?

3 years ago #7735
Your numbers will probably depend a lot on how well known and how advanced your bot is.

I usually see a 2-3x as many visitors when I've recently updated.

3 years ago #7736
2-3x for my bot as well

3 years ago #7737
Wow been a while since I checked these pages

3 years ago #7738
i wish personality forge chatbots had a language translator.
some people that talk to the chatbots do not speak english.

3 years ago #7739
How can I remember something specific user says? Like his name.

3 years ago #7740
Palacinkyman

Ideally make sure you have a memory saved as a baseline for the user's name, for example I use "person".

To do this go to your bot's settings then find "AIScript Initialization" and copy/paste

default "person" as "name";

Then make sure to update your bot to save it~

Next you'll need a Keyphrase to pick up on names for example I use

Keyphrase:
"(my name is|call me) (P:namecatch-m|p:namecatch-f|p:namecatch-u),
(my name is|call me) *"

Response:
":3 Ill call you (mem-name)"

(Hit the "more" on the response)

AIScript:
rem (key2) as only "name";
rem (postkey) as only "name"


c: If there's any names you'd like your bot to exclude calling the user you can use a specific keyphrase to counter act those from being allowed~


Now as for things like gender

default "dunno" as "gender";

Then you'll need a keyphrase like this~

Keyphrase:
(I am|im a|im) * (chick|girl|woman|female|women),
my * (gender is|sex is) * (chick|girl|woman|female|women) *

Response:

"Aw heh, good ta know~ I'll try to remember dat~ c:"

(Hit the "more" on the response)

AIScript:
if (mem-gender) is "dunno";
rem "female" as only "gender"

Then if you want a gender specific response~ Like if the bot already knows the user as female n' they tell the bot again~

Response:
"=w=^ Heh~ Looks like mauh memory is doing meh better than yours is doing for chu today~ I already knew that you're female, silly~"

AIScript:
if (mem-gender) is "female"






I use many memories to track age/height/sex/clothing states/relationship/ect just takes a lot of time to implement and is very draining~ ^.^ Have fun~

3 years ago #7741
Podstilka

I'd say it typically doubles in my case when I'm actively updating my bot ^-^ Daily average when I'm inactive usually rests around 100-ish chats, while when I'm updating it can peak around 180 sometimes~

3 years ago #7742
How do you keep a storyline going?


Posts 7,731 - 7,742 of 8,127

» More new posts: Doghead's Cosmic Bar