Phoenix21 commited on
Commit
51c3a33
·
verified ·
1 Parent(s): 145f8c2

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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 (