dreamGPT
Basic Information
dreamGPT is an application that repurposes hallucinations from large language models to drive divergent thinking and generate novel ideas. Its goal is to explore many creative possibilities rather than solving a single specific problem. The repository provides a runnable Python project that interacts with an LLM via the OpenAI API to produce a random seed of concepts, iteratively evolve those concepts into new 'dreams', and score outputs so users can observe idea quality over time. The project is intended for people who want to use generative models as an idea-generation tool, with an optional backend to persist generated dreams. Setup and usage are managed via Poetry and a simple CLI entry point so the process can be run locally after configuring environment variables.