mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 08:33:49 +00:00
cli[minor]: remove redefined DEFAULT_GIT_REF (#21471)
remove redefined DEFAULT_GIT_REF Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com>
This commit is contained in:
parent
79a64207f5
commit
af65cac609
@ -1,4 +1,3 @@
|
|||||||
DEFAULT_GIT_REPO = "https://github.com/langchain-ai/langchain.git"
|
DEFAULT_GIT_REPO = "https://github.com/langchain-ai/langchain.git"
|
||||||
DEFAULT_GIT_REF = "langserve-templates"
|
|
||||||
DEFAULT_GIT_SUBDIRECTORY = "templates"
|
DEFAULT_GIT_SUBDIRECTORY = "templates"
|
||||||
DEFAULT_GIT_REF = "master"
|
DEFAULT_GIT_REF = "master"
|
||||||
|
Loading…
Reference in New Issue
Block a user