Skip to content
/ o1graph Public template

Using langgraph to create o1-like reasoning chains

License

Notifications You must be signed in to change notification settings

etrobot/o1graph

Repository files navigation

o1graph

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

Quickstart

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

Support

Buy Me a Coffee

About

Using langgraph to create o1-like reasoning chains

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages