Discuss Scratch

lilsAIchattybot
New Scratcher
4 posts

ai chatbot

hi! I wanna make an ai chatbot.


i have 2 questions


1. how do i do it? I need to know. Credit will be given

2. How would I filter out bad words, I know this is talking to an ai but the ai could repeat them if taught incorrectly so I also need help with that.
goldenlion06
Scratcher
500+ posts

ai chatbot

well, for the chat bot make your sprite ask a question
askquestion hereandwait
then, we need a response list. for example:
addgood! how was yours?toresponsesaddHow are you doing?toresponsesaddanother responsetoresponsesaddanother responsetoresponses
then, we need to make sure to answer to specific questions.
ifanswer=How was your day?thensayitemwhatresponseyouwantofresponsesfor2secs
side note:try and make it so they can use different keys for example: if answer = How was your day or how was your day?
well, make a new list of promts so the bot can say questions
addhow was your day?topromts
well, that is the basics of a ai chatbot. add as much responses and prompts as you can.
lilsAIchattybot
New Scratcher
4 posts

ai chatbot

goldenlion06 wrote:

well, for the chat bot make your sprite ask a question
askquestion hereandwait
then, we need a response list. for example:
addgood! how was yours?toresponsesaddHow are you doing?toresponsesaddanother responsetoresponsesaddanother responsetoresponses
then, we need to make sure to answer to specific questions.
ifanswer=How was your day?thensayitemwhatresponseyouwantofresponsesfor2secs
side note:try and make it so they can use different keys for example: if answer = How was your day or how was your day?
well, make a new list of promts so the bot can say questions
addhow was your day?topromts
well, that is the basics of a ai chatbot. add as much responses and prompts as you can.
Thanks! Do you have any advice on the filtering feature? Also wanna do a collab so you can help me?
_THEBOSS_7
Scratcher
500+ posts

ai chatbot

making real AI is hard, i have somewhat done it with Theta ( see my profile ) but making a script create sentences, that hard. what you want is very restricting since you need specific responses to specific inputs, which is time consuming.

Powered by DjangoBB