Skip to content
/ molly Public
forked from marmelab/molly

A GPT-powered conversational agent with an inner monologue, demonstrating artificial consciousness

License

Notifications You must be signed in to change notification settings

Talent30/molly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Molly

A conversational agent with an inner monologue, using OpenAI's Large Language Model (LLM). This experiment gives the illusion of artificial consciousness, and raises questions about the nature of consciousness. Lean More

In the following example, Molly's thoughts are in yellow, and her replies are in brown.

molly2

Test it online on StackBlitz: https://stackblitz.com/github/marmelab/molly/tree/main (you will need an OpenAI API Key).

Requirements

Molly is a Single-Page-Application that runs in the browser. It requires no server, but calls the OpenAI completion API. This means that you need an OpenAI API key to use Molly.

If you want to run it locally, you just need Node.js.

Installation

yarn

Usage

yarn start

Then browse to http://localhost:3000.

About

A GPT-powered conversational agent with an inner monologue, demonstrating artificial consciousness

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.5%
  • CSS 13.2%
  • HTML 0.3%