mirror of
				https://github.com/hwchase17/langchain.git
				synced 2025-11-04 10:10:09 +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"
 |