From dfb2a1eb1b6a12431e162c95b27e967b2a457217 Mon Sep 17 00:00:00 2001 From: Jack Collins <6640905+jackmpcollins@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:35:31 -0700 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dffd2d..e9b9709 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,8 @@ The above tables coule be better summarized by this wonderful visualization from - [Haystack](https://haystack.deepset.ai/) - an open-source NLP framework that allows you to use LLMs and transformer-based models from Hugging Face, OpenAI and Cohere to interact with your own data. - [Sidekick](https://github.com/ai-sidekick/sidekick) - Data integration platform for LLMs. - [LangChain](https://github.com/hwchase17/langchain) - Building applications with LLMs through composability -- [LiteChain](https://github.com/rogeriochaves/litechain) - Lightweight alternative to LangChain for composing LLMs +- [LiteChain](https://github.com/rogeriochaves/litechain) - Lightweight alternative to LangChain for composing LLMs +- [magentic](https://github.com/jackmpcollins/magentic) - Seamlessly integrate LLMs as Python functions - [wechat-chatgpt](https://github.com/fuergaosi233/wechat-chatgpt) - Use ChatGPT On Wechat via wechaty - [promptfoo](https://github.com/typpo/promptfoo) - Test your prompts. Evaluate and compare LLM outputs, catch regressions, and improve prompt quality. - [Agenta](https://github.com/agenta-ai/agenta) - Easily build, version, evaluate and deploy your LLM-powered apps.