Skip to content

Commit 727d9e8

Browse files
Merge pull request #575 from rtmvnv/typo-serverless-api
Minor typo in the Serverless API section
2 parents 74bdc54 + ebd8dd4 commit 727d9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/en/unit1/dummy-agent-library.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ from huggingface_hub import InferenceClient
3434
client = InferenceClient(model="meta-llama/Llama-4-Scout-17B-16E-Instruct")
3535
```
3636

37-
We use the `chat` method since is a convenient and reliable way to apply chat templates:
37+
We use the `chat` method since it is a convenient and reliable way to apply chat templates:
3838

3939
```python
4040
output = client.chat.completions.create(

0 commit comments

Comments
 (0)