OoriData / OgbujiPT

Client-side toolkit for using large language models, including where self-hosted
Apache License 2.0
102 stars 8 forks source link

Look for useful commonalities with litechain #13

Closed uogbuji closed 1 year ago

uogbuji commented 1 year ago

LiteChain is a lighter alternative to LangChain for building LLMs application, instead of having a massive amount of features and classes, LiteChain focuses on having a single small core, that is easy to learn, easy to adapt, well documented, fully typed and truly composable.

https://github.com/rogeriochaves/litechain

uogbuji commented 1 year ago

Don't still find this relevant.