ELIZA Reanimated: Restoring the Mother of All Chatbots
1–10 of 33 posts
Re: ELIZA Reanimated: Restoring the Mother of All Chatbots
#2you can use elizallm.com (it also offers the openai api just in case you need that).
Re: ELIZA Reanimated: Restoring the Mother of All Chatbots
#3For Emacs users, see also:
M-x doctor
From its commentary [1] in the source code: ;;; Commentary:
;; The single entry point `doctor', simulates a Rogerian analyst using
;; phrase-production techniques similar to the classic ELIZA demonstration
;; of pseudo-AI.
From the docstring [2] of the command: "Switch to *doctor* buffer and start giving psychotherapy."
[1] https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/lisp/p...[2] https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/lisp/p...
Re: ELIZA Reanimated: Restoring the Mother of All Chatbots
#4For Emacs users, see also: M-x doctor From its commentary [1] in the source code: ;;; Commentary: ;; The single entry point `doctor', simulates a Rogerian analyst using ;; phrase-production techniques similar to the classic ELIZA demonstration ;; of pseudo-AI. From the docstring [2] of the command: "Switch to *doctor* buffer and start giving psychotherapy." [1] https://cgit.git.savannah.gnu.org/cgit/emacs.git/tree/li…
Also, here's an example session, in case someone is curious:
M-x doctor
I am the psychotherapist. Please, describe your problems. Each time
you are finished talking, type RET twice.
How can I explain to my friends that Emacs is a lifestyle choice?
What do you think?
That's not an answer, Doctor. Are you avoiding the question?
I'll ask the questions, if you don't mind!
I do mind, actually. This is my buffer, remember?
Why do you say that?
Because I'm the one holding the Ctrl and Meta keys here.
Is it because you are the one holding the ctrl and meta keys there
that you came to me?
C-x kRe: ELIZA Reanimated: Restoring the Mother of All Chatbots
#5Authentic eliza in the browser: https://anthay.github.io/eliza.html
(Port/rewrite I think. More details here https://github.com/anthay/ELIZA )
Re: ELIZA Reanimated: Restoring the Mother of All Chatbots
#6[dead]
Re: ELIZA Reanimated: Restoring the Mother of All Chatbots
#7you can use elizallm.com (it also offers the openai api just in case you need that).
ELIZA is not an LLM. This site also doesn't say what program it is actually running, any details at all. It's just a chat box without any explanation.
Re: ELIZA Reanimated: Restoring the Mother of All Chatbots
#8Once, way back when, I ported eliza to $lang and hooked it up to my AIM account. All well and good till the boss interacted with it for a couple of minutes before twigging on.
Re: ELIZA Reanimated: Restoring the Mother of All Chatbots
#9Discussed in January: https://news.ycombinator.com/item?id=42746506>