From 1fe08c395f72663e2d57762a39b8c81ef5a0604e Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Fri, 19 Jan 2024 16:27:51 +0100 Subject: [PATCH] Remove unnecessary env export --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 88677960c..ad8725a89 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ Optionally, we can set up [LangSmith](https://docs.smith.langchain.com/) for bes ```shell export LANGCHAIN_TRACING_V2="true" export LANGCHAIN_API_KEY=ls__... -export LANGCHAIN_ENDPOINT=https://api.langchain.plus ``` ### Set up the tools