Phoenix21 commited on
Commit
6c4ab66
·
verified ·
1 Parent(s): 9583bff

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -26,7 +26,7 @@ from tailor_chain import get_tailor_chain
26
  from prompts import classification_prompt, refusal_prompt, tailor_prompt
27
 
28
 
29
- LANGSMITH_TRACING=true
30
  LANGSMITH_ENDPOINT="https://api.smith.langchain.com"
31
  LANGSMITH_API_KEY=os.environ.get("LANGSMITH_API_KEY")
32
  LANGSMITH_PROJECT=os.environ.get("LANGCHAIN_PROJECT")
 
26
  from prompts import classification_prompt, refusal_prompt, tailor_prompt
27
 
28
 
29
+ LANGSMITH_TRACING=True
30
  LANGSMITH_ENDPOINT="https://api.smith.langchain.com"
31
  LANGSMITH_API_KEY=os.environ.get("LANGSMITH_API_KEY")
32
  LANGSMITH_PROJECT=os.environ.get("LANGCHAIN_PROJECT")