DeepVen commited on
Commit
98cdbe9
1 Parent(s): 3f19740

Upload streamapp.py

Browse files
Files changed (1) hide show
  1. streamapp.py +1 -0
streamapp.py CHANGED
@@ -42,6 +42,7 @@ def tracer_config():
42
  tracer = OpenInferenceTracer()
43
  # If no tracer is specified, a tracer is constructed for you
44
  LangChainInstrumentor(tracer).instrument()
 
45
  print(session.url)
46
 
47
  tracer_config()
 
42
  tracer = OpenInferenceTracer()
43
  # If no tracer is specified, a tracer is constructed for you
44
  LangChainInstrumentor(tracer).instrument()
45
+ time.sleep(10)
46
  print(session.url)
47
 
48
  tracer_config()