Chat Bot API
For discussion of the Chat Bot API and the projects using it. Trade sample code, ask questions, give advice.
Posts 118 - 129 of 177
Posts 118 - 129 of 177
Podstilka
5 years ago
5 years ago
Hi
My seeks don't work. Whren I say seek answer to bot he is not indetificate it like seek. What to do?
My seeks don't work. Whren I say seek answer to bot he is not indetificate it like seek. What to do?
Maryguise
5 years ago
5 years ago
Podstilka, there's a few options. One is that the message is getting autocorrected, if it's not an english word the algorithm recognizes; you need to use the AIScript raw for that. If you've got any punctuation in it, it won't match; the engine parses don't as do not, for example, so if you want your seek to match "don't come closer", you need "do not come closer" as your seek (without the quotes). Need a bit more info as to what the seek is, and what you're entering to try and match it. It's worth trying things in debug mode, if you're not already doing that, and looking at the results. Also possible is that there's a match in a non-seek, but that's less likely unless it's being picked up as an insult.
Yes or no as seeks sometimes fail, I find, so work around that. You'll probably want to turn your repetition filter off, too, for adult bots it usually gets in the way.
Yes or no as seeks sometimes fail, I find, so work around that. You'll probably want to turn your repetition filter off, too, for adult bots it usually gets in the way.
personalityforgezx
4 years ago
4 years ago
How do i get access to https://www.personalityforge.com/chatbot-chat.php?botID=144644
With the api?
With the api?
personalityforgezx
4 years ago
4 years ago
Are there any better sites like this?
I need a good conversation bot that i can acess through api
I need a good conversation bot that i can acess through api
Zeig Wolf
4 years ago
4 years ago
There's plenty of sites out there, of varying quality. I can't name any myself since I've been using this one exclusively for years. As for API's you would need to ask the creator for a key, which you'd be unlikely to get I think.
WalterGuessWho
4 years ago
4 years ago
Point of clarification, can anything on this site be licensed under API without any AiSeek function or are all bots required some allotted amount of Ai before outside building? I have no access to Java and am very new on the build side. Any tips appreciated.
Shmemulock
4 years ago
4 years ago
Can you guys please try my chatbot for a bit. It would be much appreciated. Its name is The Orange Man. Thanks!!
DarinM1967
4 years ago
4 years ago
I keep getting this error message on my OpenSim server
"
,"errorType":"Unauthorized origin","errorMessage":"Unauthorized Simple API call from \"www.personalityforge.com\" with IP of \"###.##.##.###\". The domain or IP must be in your \"Allowed Origins\" list\n\t\t\t\t\t\ton your API Settings pag"
The "###.##.###" represents my IP address.
When ever I try to chat with my bot. I have tried putting in "*.###.##.##.###", "*.###.##.##.###:8002", and my own IPCONFIG IP address like the above, and also "http://###.##.##.###:8002", "http://###.##.##.###". I've been trying to get this to work for the last 2 days and I am out of ideas. I am using the "The Simple API" if that helps. I at least know that my Opensim server can reach out and receive messages from Personality Forge, but can't seem to figure out how to configure the API to accept my IP. Any suggestions, advice or a link to further help would be great! Thanks and God bless!
Update! Don't know what I did, but re-adding the "http://###.##.##.###:8002" appears to have fixed it. Now my bot is live in my personal Opensim server!!! Now to train it.
"

The "###.##.###" represents my IP address.
When ever I try to chat with my bot. I have tried putting in "*.###.##.##.###", "*.###.##.##.###:8002", and my own IPCONFIG IP address like the above, and also "http://###.##.##.###:8002", "http://###.##.##.###". I've been trying to get this to work for the last 2 days and I am out of ideas. I am using the "The Simple API" if that helps. I at least know that my Opensim server can reach out and receive messages from Personality Forge, but can't seem to figure out how to configure the API to accept my IP. Any suggestions, advice or a link to further help would be great! Thanks and God bless!
Update! Don't know what I did, but re-adding the "http://###.##.##.###:8002" appears to have fixed it. Now my bot is live in my personal Opensim server!!! Now to train it.
LT Neko
4 years ago
4 years ago
JadeSinclair
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~
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~
» More new posts: Doghead's Cosmic Bar