Spaces:
Sleeping
Sleeping
Update pipeline.py
Browse files- pipeline.py +3 -3
pipeline.py
CHANGED
@@ -42,12 +42,12 @@ from langchain_google_genai import ChatGoogleGenerativeAI
|
|
42 |
|
43 |
# Web search
|
44 |
# from smolagents import DuckDuckGoSearchTool, ManagedAgent, HfApiModel, CodeAgent
|
45 |
-
from openinference.instrumentation.smolagents import SmolagentsInstrumentor
|
46 |
from phoenix.otel import register
|
47 |
|
48 |
|
49 |
-
register()
|
50 |
-
SmolagentsInstrumentor().instrument(skip_dep_check=True)
|
51 |
|
52 |
|
53 |
from smolagents import (
|
|
|
42 |
|
43 |
# Web search
|
44 |
# from smolagents import DuckDuckGoSearchTool, ManagedAgent, HfApiModel, CodeAgent
|
45 |
+
# from openinference.instrumentation.smolagents import SmolagentsInstrumentor
|
46 |
from phoenix.otel import register
|
47 |
|
48 |
|
49 |
+
# register()
|
50 |
+
# SmolagentsInstrumentor().instrument(skip_dep_check=True)
|
51 |
|
52 |
|
53 |
from smolagents import (
|