From fa399ea82611043aa1872c5595a87fb5a284cec8 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Mon, 13 Mar 2023 17:46:36 -0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a7ed059..227af49c2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # ⛓️ LangFlow -~ A User Interface For [LangChain](https://github.com/hwchase17/langchain) ~ +~ An Intuitive User Interface For [LangChain](https://github.com/hwchase17/langchain) ~

From 8ea85cc9e2ed741d41c880afbbfd976339595416 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Mon, 13 Mar 2023 18:12:22 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 227af49c2..52b3f9012 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Creating flows with LangFlow is easy. Simply drag sidebar components onto the ca Explore by editing prompt parameters, link chains and agents, track an agent's thought process, and export your flow. -## 🔧 Contributing +## 👋 Contributing We welcome contributions from developers of all levels to our open-source project on GitHub. If you'd like to contribute, please check our contributing guidelines and help make LangFlow more accessible.  From 587d9e83b49985eb7c023b16e888fd91d8428745 Mon Sep 17 00:00:00 2001 From: Rodrigo Nader Date: Mon, 13 Mar 2023 19:16:33 -0300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52b3f9012..c04a60e04 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # ⛓️ LangFlow -~ An Intuitive User Interface For [LangChain](https://github.com/hwchase17/langchain) ~ +~ A User Interface For [LangChain](https://github.com/hwchase17/langchain) ~

@@ -30,7 +30,7 @@ You can install LangFlow from pip: Next, run: -`langflow` or `python -m langflow` +`python -m langflow` or just `langflow` ## 🎨 Creating Flows