telemetry off
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def initialize_langfuse_opentelemetry_instrumentation():
|
|
113 |
|
114 |
SmolagentsInstrumentor().instrument(tracer_provider=trace_provider)
|
115 |
|
116 |
-
initialize_langfuse_opentelemetry_instrumentation()
|
117 |
|
118 |
# tools from /tools/
|
119 |
final_answer = FinalAnswerTool()
|
|
|
113 |
|
114 |
SmolagentsInstrumentor().instrument(tracer_provider=trace_provider)
|
115 |
|
116 |
+
# initialize_langfuse_opentelemetry_instrumentation()
|
117 |
|
118 |
# tools from /tools/
|
119 |
final_answer = FinalAnswerTool()
|