Upload streamapp.py
Browse files- 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()
|