mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-29 15:28:54 +00:00
6 lines
165 B
Python
6 lines
165 B
Python
"""LangChain CLI constants."""
|
|
|
|
DEFAULT_GIT_REPO = "https://github.com/langchain-ai/langchain.git"
|
|
DEFAULT_GIT_SUBDIRECTORY = "templates"
|
|
DEFAULT_GIT_REF = "master"
|