From af65cac6093463c2f08be8fc3f8df9de10779065 Mon Sep 17 00:00:00 2001 From: BuxianChen <30834226+BuxianChen@users.noreply.github.com> Date: Sat, 15 Jun 2024 06:49:15 +0800 Subject: [PATCH] cli[minor]: remove redefined DEFAULT_GIT_REF (#21471) remove redefined DEFAULT_GIT_REF Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com> --- libs/cli/langchain_cli/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/cli/langchain_cli/constants.py b/libs/cli/langchain_cli/constants.py index 7eddb1ed725..7a1f7593929 100644 --- a/libs/cli/langchain_cli/constants.py +++ b/libs/cli/langchain_cli/constants.py @@ -1,4 +1,3 @@ DEFAULT_GIT_REPO = "https://github.com/langchain-ai/langchain.git" -DEFAULT_GIT_REF = "langserve-templates" DEFAULT_GIT_SUBDIRECTORY = "templates" DEFAULT_GIT_REF = "master"