Skip to content

etrobot/g1graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

g1graph

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 and Groq api to create o1-like reasoning chains.

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Generated from etrobot/o1graph