We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74bdc54 + ebd8dd4 commit 727d9e8Copy full SHA for 727d9e8
units/en/unit1/dummy-agent-library.mdx
@@ -34,7 +34,7 @@ from huggingface_hub import InferenceClient
34
client = InferenceClient(model="meta-llama/Llama-4-Scout-17B-16E-Instruct")
35
```
36
37
-We use the `chat` method since is a convenient and reliable way to apply chat templates:
+We use the `chat` method since it is a convenient and reliable way to apply chat templates:
38
39
```python
40
output = client.chat.completions.create(
0 commit comments