From 8507bc1acf37b142663cb30340338b779fb28d63 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Wed, 5 Jul 2023 14:11:57 +0800 Subject: [PATCH 1/2] docs: add AilingBot - Quickly integrate applications built on Langchain into IM such as Slack, WeChat Work, Feishu, DingTalk. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1abd38..1cb7264 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ Contributions welcome. Add links through pull requests or create an issue to sta - [OpenChat](https://github.com/openchatai/OpenChat/): LLMs custom-chatbots console ⚡. ![GitHub Repo stars](https://img.shields.io/github/stars/openchatai/OpenChat?style=social) - [Twitter Agent](https://github.com/ahmedbesbes/twitter-agent/): Scrape tweets, summarize them and chat with them in an interactive terminal - [GPT Migrate](https://github.com/0xpayne/gpt-migrate): Easily migrate your codebase from one framework or language to another. +- [AilingBot](https://github.com/ericzhang-cn/ailingbot): Quickly integrate applications built on Langchain into IM such as Slack, WeChat Work, Feishu, DingTalk. ## Learn From fb2fb32fbb4a7e2a8662f0b6171b75da3a565505 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Thu, 6 Jul 2023 15:43:52 +0800 Subject: [PATCH 2/2] move AilingBot to tools > services --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cb7264..f1d6a5d 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Contributions welcome. Add links through pull requests or create an issue to sta - [Zep](https://github.com/getzep/zep): Zep: A long-term memory store for LLM / Chatbot applications ![GitHub Repo stars](https://img.shields.io/github/stars/getzep/zep?style=social) - [Langchain Decorators](https://github.com/ju-bezdek/langchain-decorators): a layer on the top op LangChain that provides syntactic sugar 🍭 for writing custom langchain prompts and chains ![GitHub Repo stars](https://img.shields.io/github/stars/ju-bezdek/langchain-decorators?style=social) - [FastAPI + Chroma](https://github.com/experienced-dev/chatgpt-plugin-fastapi-langchain-chroma): An Example Plugin for ChatGPT, Utilizing FastAPI, LangChain and Chroma +- [AilingBot](https://github.com/ericzhang-cn/ailingbot): Quickly integrate applications built on Langchain into IM such as Slack, WeChat Work, Feishu, DingTalk. ### Agents @@ -173,7 +174,6 @@ Contributions welcome. Add links through pull requests or create an issue to sta - [OpenChat](https://github.com/openchatai/OpenChat/): LLMs custom-chatbots console ⚡. ![GitHub Repo stars](https://img.shields.io/github/stars/openchatai/OpenChat?style=social) - [Twitter Agent](https://github.com/ahmedbesbes/twitter-agent/): Scrape tweets, summarize them and chat with them in an interactive terminal - [GPT Migrate](https://github.com/0xpayne/gpt-migrate): Easily migrate your codebase from one framework or language to another. -- [AilingBot](https://github.com/ericzhang-cn/ailingbot): Quickly integrate applications built on Langchain into IM such as Slack, WeChat Work, Feishu, DingTalk. ## Learn