mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +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"
|