1
0
mirror of https://github.com/hwchase17/langchain.git synced 2025-11-05 10:45:45 +00:00
Files
langchain/libs/cli/langchain_cli/constants.py
BuxianChen af65cac609 cli[minor]: remove redefined DEFAULT_GIT_REF ()
remove redefined DEFAULT_GIT_REF

Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com>
2024-06-14 15:49:15 -07:00

4 lines
133 B
Python

DEFAULT_GIT_REPO = "https://github.com/langchain-ai/langchain.git"
DEFAULT_GIT_SUBDIRECTORY = "templates"
DEFAULT_GIT_REF = "master"