You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/en/examples/multiagents.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,10 @@ Run the line below to install the required dependencies:
48
48
49
49
Let's login in order to call the HF Inference API:
50
50
51
-
```py
52
-
from huggingface_hub importnotebook_login
51
+
```
52
+
from huggingface_hub import login
53
53
54
-
notebook_login()
54
+
login()
55
55
```
56
56
57
57
⚡️ Our agent will be powered by [Qwen/Qwen2.5-Coder-32B-Instruct](https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct) using `HfApiModel` class that uses HF's Inference API: the Inference API allows to quickly and easily run any OS model.
0 commit comments