Ganny commited on
Commit
7d003c9
·
verified ·
1 Parent(s): 20d40a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ from uuid import uuid4
44
 
45
  unique_id = uuid4().hex[0:8]
46
 
47
- os.environ["LANGCHAIN_TRACING_V2"] = "true"
48
  os.environ["LANGCHAIN_PROJECT"] = f"SquadAI - {unique_id}"
49
 
50
  class AgentState(TypedDict):
 
44
 
45
  unique_id = uuid4().hex[0:8]
46
 
47
+ os.environ["LANGCHAIN_TRACING_V2"] = "false"
48
  os.environ["LANGCHAIN_PROJECT"] = f"SquadAI - {unique_id}"
49
 
50
  class AgentState(TypedDict):