A browser extension that intercepts ChatGPT responses and replaces them with ELIZA, the classic 1966 chatbot created by Joseph Weizenbaum.
ELIZA is one of the earliest natural language processing programs, created by Joseph Weizenbaum at MIT between 1964 and 1966. It simulates a Rogerian psychotherapist by using pattern matching and substitution to process user input and generate responses.
Once installed, visit chatgpt.com and start a conversation. All of ChatGPT's responses will be replaced with ELIZA's therapeutic responses.
The ELIZA chatbot implementation used in this extension is elizabot.js v1.1 by Norbert Landsteiner (2005).
- Source: https://www.masswerk.at/elizabot/
- Author: Norbert Landsteiner
- Based on: Original ELIZA by Joseph Weizenbaum (MIT, 1966)
Weizenbaum, Joseph. "ELIZA - A Computer Program For the Study of Natural Language Communication Between Man and Machine." Communications of the ACM, Volume 9, Issue 1 (January 1966): pp. 36-45.