Skip to content

Commit ebd8dd4

Browse files
Artem IvanovArtem Ivanov
authored andcommitted
Minor typo in the Serverless API section
1 parent b145dce commit ebd8dd4

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)