dexterai-lab / dreamGPT

Leverage hallucinations from Large Language Models (LLMs) for novelty-driven explorations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dreamGPT: AI powered inspiration

dreamGPT, the first GPT-based solution that uses hallucinations from LLMs for divergent thinking to generate new innovative ideas. Hallucinations are often seen as a negative thing, but what if they could be used for our advantage? dreamGPT is here to show you how. The goal of dreamGPT is to explore as many possibilities as possible, as opposed to most other GPT-based solutions which are focused on solving specific problems.


dreamGPT flow


This is how it works:


dreamGPT flow


To use dreamGPT, you will need to have the following installed:

Setup

  • Clonse the dreamGPT repository from GitHub:
    • git clone https://github.com/DivergentAI/dreamGPT.git
  • Rename .env.example to .env and fill in the values.
    • OPENAI_API_KEY: Your OpenAI API key.
    • Optional: If you wish to store the "dreams" in Pinecone, fill in the following values:
      • PINECONE_API_KEY: Your Pinecone API key.
      • PINECONE_ENVIRONMENT: The name of the Pinecone environment.

Then, you can run the dreamGPT script to generate new ideas:

  1. Run poetry install to install dependencies.
  2. Run poetry run start to start dreamGPT.

Once you run it, dreamGPT generates a random seed of concepts and will use these as a starting point for its dreaming process. Here is a screenshot of the first iteration. Notice that the scores are not very high. As dreamGPT evolves the dreams you will start to see higher scores with even better ideas.


dreamGPT flow


About

Leverage hallucinations from Large Language Models (LLMs) for novelty-driven explorations.

License:MIT License


Languages

Language:Python 100.0%