Auto Graph of Thoughts (AutoGoT) which extends GoT by allowing LLMs to freely generate prompts for each type of Thought and utilizes those prompts to generate output for each thought.
Keywords: LLM, Natural language processing, Prompting.
Graph Architecture of AutoGoT
This project is licensed under the MIT License.
- You must have graphviz framework inside your system.
- Ubuntu:
sudo apt-get install graphviz
- MacOS:
brew install graphviz
- Create conda environment, note that python version should be Python 3.9
conda create --name graph-of-thought-genor python=3.9
conda activate graph-of-thought-genor
- Install required packages
pip install -r requirements.txt --no-cache-dir