Skip to content

Commit 210dac7

Browse files
docs: update examples from notebooks (#1090)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7461126 commit 210dac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v2/examples/smolagents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY", "your_openai_api_key_
6969

7070

7171
```python
72+
from smolagents import LiteLLMModel, tool ,CodeAgent, ToolCallingAgent, DuckDuckGoSearchTool
7273
agentops.init(auto_start_session=False)
7374
tracer = agentops.start_trace(
7475
trace_name="Orchestrate a Multi-Agent System", tags=["smolagents", "example", "multi-agent", "agentops-example"]
7576
)
76-
from smolagents import LiteLLMModel, tool ,CodeAgent, ToolCallingAgent, DuckDuckGoSearchTool
7777
model = LiteLLMModel("openai/gpt-4o-mini")
7878
```
7979

0 commit comments

Comments
 (0)