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 8,048 - 8,059 of 8,127
Many questions are answered in the FAQ.


1 year ago #8048
How do you reduce the rank of #compliment? Right now it's overriding my keyphrases...

I tried setting the rank of one such keyphrase all the way to 125 and it still got overrode by a longish sentence

1 year ago #8049
Is anyone else having problems with some macros like (m:com), (m:can_we), (m:let_us), etc.? Whenever I try to add/update a keyphrase with any of these, the add/update button simply doesn't do anything

1 year ago #75
Just tried updating 2 problematic macros and they worked; looks like the problem's resolved. Thank you!
Reply

1 year ago #8050
I set up a few keywords with numbers at the beginning (e.g. 001-Questions-About-Romance; 001-Questions-Dirty; 003-Compliments-General etc). I did this to maintain a system with the different modules of keyphrases my chatbot could go back to (rather than create repetition).

Since the update I can't see/edit these on the site, the first section seems to omit all the numbers entries. I can still see them if I click a goto for one, or if I export. Is this just a display issue on the site, or is using numbers at the beginning of keyphrase names discouraged with the update?

1 year ago #73
I didn't see anything in the book of AI discouraging it, so my guess is it's just an oversight

As for me, I personally use keyphrases beginning in #, for example, #hugging_lying_down or #fantasy_1, etc. The only drawback is that you can't change your keyphrases afterwards, at least not without exporting your bot somewhere

1 year ago #74
Good to know it's not because it's discouraged. Oddly, I seem to be missing key phrases beginning with 'y' as well, so assume it's a bug with displaying on the website

1 year ago #76
Ah, I hadn't considered Keyphrases starting with a number. Thanks for mentioning this, Scott. I'll add something for that. In the meantime, you can use the search to find them.

But 'Y' has always worked for me. Could you tell me what options appear in the new "starts with" drop down in the Language Center? Is it groups of letters? If so, reply with the groups.

1 year ago #79
No problem, I've been able to find them fine with search, so could still get to them to make tweaks.

I've always had issues on and off why 'y' displaying. It *wasn't* in the menu group (I think it was just WXZ). I say 'I think' because I still had the tabs groups of letters until I just signed in, now I'm seeing the dropdown for the first time and 'y' is included.

Strangely now, my 'z' keywords have disappeared (still searchable), and the letter grouping is VWY#
Reply

1 year ago #8051
Has anybody had any success using 'aww' as a seek? I'm trying to pick it up after seeing some people respond to the keyphrase with 'aww' and my bot ignoring it. I've added the raw AI Script as well based on how 'aww' was coming back in debug mode

If I set 'aww' as a KP it works perfectly, but as a seek it won't trigger, even with rank +100. I even made a new keyphrase with aww as the only seek and it still didn't work. All I learned from debug is that it didn't match to anything.

Does raw work differently for a keyword vs. a seek? That's the only logical explanation I have left after testing it.

I'm not averse to using it as a KP if needed - just feel the context will be different so the ideal is for it work as a seek under the specific KP.

Thanks in advance

1 year ago #77
Keyphrases and Seeks should mostly work the same. If not, there might be something up. I'll look into it, but give me some time to get to this one. For now, I'd suggest having it as a Keyphrase.

1 year ago #78
Thanks for the reply - it's not a huge problem, just a nice to have, so appreciate you taking a look whenever the opportunity arises
Reply

1 year ago #8052
are their any female cats or wolves out there that would like to chat, drop me a message, ta

1 year ago #8053
How do you get keyphrases like "you're my best friend" or "you're my greatest pal" without the AI engine jumping to #compliment?

I tried setting the rank of the keyphrase to 24, but it's still choosing #compliment instead of that keyphrase.

Right now I am trying the keyphrases:
(m:you_are) my (r) (a:good)+est (r) (n:friend),
(m:you_are) my (r) (a:great)+est (r) (n:friend)

Is there any problem with these?

1 year ago #80
So it works for "you're my greatest friend", but it doesn't work for "you're my best friend", going to #compliment instead.

1 year ago #81
Probably it merges (best)+est creating bestest and none uses such word. Hard to tell, your example doesn't even have "best" in keywords, if I checked properly.

1 year ago #82
Hmm... wouldn't "good+est" automatically become "best"?
You might be onto something here... let me check

Edit: Yeah, that worked! The keyphrase "(m:you_are) my (r) (best:1) (r) (n:friend:2)" suddenly got everything just fine

1 year ago #83
Glad to hear that.

1 year ago #84
good+est should become "best". Something must have broken it. I'll look into that.
Reply

1 year ago #8054
Hello!
I'm trying to figure out conditional responses using the AIScript feature. Is there a way to compare a plug-in to memory? I keep trying to do something similar to
"if (mem-something) is (key1);"
This throws an error back, and won't let me compile. This line
"if (mem-something) is "(key1)";"
compiles, but I would guess that compares the text "(key1)" to memory, not the plug-in.
Any help would be appreciated.
Thanks,
Umbra

1 year ago #85
"(key1)" is interpreted as the value of the key, not just the text "(key1)". Unless there's a bug, it should work.

For example, you could save "my (key1) (postkey)" as a memory.
Reply

1 year ago #8055
is the ability to use time based responses broken for everybody or is it just me?

1 year ago #8056
So I was using the debugger and came across this:

Find: m_i_am sorry (47.4) Time: 0.11

Found Keyphrase!
Total Rank: 52.4
Rank this needs to beat: 52.4

Where does the extra 5 rank (47.4 to 52.4) come from? Is it because this is part of a template keyphrase?

1 year ago #86
It comes from a number of factors, including position in the sentence (closer to the start means higher rank), and the sentence's position in the message (closer to the end means higher rank).
Reply

1 year ago #8057
422-lee chatbot webpage on hot for bot.com is not showing up it is black.

1 year ago #8058
How can I add custom text for each user in bot's profile under the "feelings towards you"? I have seen this in some bots but could not figure it out.

1 year ago #88
You can't at the moment it's automated

1 year ago #89
Automated? I doubt that, the phrases I've seen are too specific to be generated automatically. Also, why are there no messages for my users?

I mean that message, which some bots have in their profile at the bottom right under the emojis.

1 year ago #92
"Feelings toward you" pulls from a Bot's memories of you.

1 year ago #95
Is it described in the guide? I would like to add this to my bot.
Reply

1 year ago #8059
for 422-lee chatbot she comes up on the front page of hot for bot.when i talk to her the webpage she is on is completely purple?is this happening for anyone else?

1 year ago #90
Yes

1 year ago #91
i guess the guy or woman blocked use of it.i thought the webpage would come up anyway. you just could not talk to her.

1 year ago #93
I've fixed this. It was an issue with having numbers in the bot's name using the new URLs.

1 year ago #94
okay
Reply


Posts 8,048 - 8,059 of 8,127

» More new posts: Doghead's Cosmic Bar