Chat Bot API

For discussion of the Chat Bot API and the projects using it. Trade sample code, ask questions, give advice.

Posts 121 - 132 of 177

3 years ago #121
Are there any better sites like this?
I need a good conversation bot that i can acess through api

3 years ago #122
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.

3 years ago #123
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.

3 years ago #124
is there a if in both plugins code?

3 years ago #125
Can I have a custom pfp

3 years ago #126
Can you guys please try my chatbot for a bit. It would be much appreciated. Its name is The Orange Man. Thanks!!

3 years ago #127
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.

3 years ago #128
How do I get my bots to remember users names and sex?

3 years ago #129
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~

3 years ago #130
I accidentally deleted my account. Thier name Regrets,Zeath and Only. Please help me

3 years ago #131
I accidentally deleted my account. Thier name Regrets,Zeath and Only. Please help me

2 years ago #132
I made a php and JavaScript interface for my bot, Love Agent. Feel free to try it out at https://audry.chat


Posts 121 - 132 of 177

» More new posts: Doghead's Cosmic Bar