CLI Git Improvements (#12311)

- delete repo sources like pip
- git dep fixes
- error messaging
This commit is contained in:
Erick Friis
2023-10-25 18:30:02 -07:00
committed by GitHub
parent 1d568e1add
commit 43257a295c
5 changed files with 221 additions and 176 deletions

View File

@@ -1,2 +1,3 @@
DEFAULT_GIT_REPO = "https://github.com/langchain-ai/langchain.git"
DEFAULT_GIT_SUBDIRECTORY = "templates"
DEFAULT_GIT_REF = "langserve-templates"