top | item 38615229

(no title)

ramboldio | 2 years ago

This is a cool project that implements role-playing AI:

https://github.com/joonspk-research/generative_agents

discuss

order

tetris11|2 years ago

Another one (inspired by the above) that doesn't rely on OpenAI servers:

https://github.com/a16z-infra/ai-town

airstrike|2 years ago

> Setting Up the Environment

> To set up your environment, you will need to generate a utils.py file that contains your OpenAI API key and download the necessary packages.

> Step 1. Generate Utils File

> In the reverie/backend_server folder (where reverie.py is located), create a new file titled utils.py and copy and paste the content below into the file:

    # Copy and paste your OpenAI API Key
    openai_api_key = "<Your OpenAI API>"
I guess it still relies on OpenAI

aaronscott|2 years ago

This is amazing, thanks for sharing it! I’ve been thinking about building something along these lines, so it’s great to see a working model.