Skip to content
/ Chatbot Public

A plain JS chatbot with dynamic typing and on the typing markdown thanks to showdown.js

Notifications You must be signed in to change notification settings

wo-r/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Why I made this?

I wanted to recreate a chatbot based off ChatGPT without all the fancy stuff, which means this is a hard coded javascript chat bot. It only answers specific questions, but can detect varied versions of those questions, like for greetings, you could say Hello, Hey, Hi, Heya, Heyo and get a gretting response, but saying Hola would cause it to not work.

Possible questions the bot can answer

  • Can you solve NumxNum (I guess I didn't finish this)
  • can you write a hello word function in javascript? (Case sensitive)
  • Hello
  • can you generate an image? (Case sensitive)

About

A plain JS chatbot with dynamic typing and on the typing markdown thanks to showdown.js

Topics

Resources

Stars

Watchers

Forks