Using LangGraph to create o1-like reasoning chains.
This is an early prototype of using prompting to create o1-like reasoning chains to improve LLM output accuracy. It is not perfect and accuracy has yet to be formally evaluated.
Inspired by the groq-g1 project.
Screen.Recording.2024-09-24.at.4.36.21.PM-1.mov
Rename .env_example to .env and fill out the necessary information.
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
streamlit run app.py