This is our take to the "Zenmon Drops X 42 Hackathon" challenge: a simple Wordpress chatbot component that answers questions about neuroscience.
It features a minimal front end component written in vanilla HTML/CSS/JS which queries our wordpress backend using the Fetch API. Our backend generates answers using gpt3.5 turbo model via requests to the OpenAI API.