mirror of
https://github.com/hwchase17/langchain
synced 2024-11-02 09:40:22 +00:00
9ce38726a2
Co-authored-by: Erick Friis <erick@langchain.dev>
5 lines
173 B
Python
5 lines
173 B
Python
DEFAULT_GIT_REPO = "https://github.com/langchain-ai/langchain.git"
|
|
DEFAULT_GIT_REF = "langserve-templates"
|
|
DEFAULT_GIT_SUBDIRECTORY = "templates"
|
|
DEFAULT_GIT_REF = "master"
|