mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-22 01:05:52 -04: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"
|