Skip to content

Commit 8f84475

Browse files
authored
Fix code block formatting in GitHub Models quickstart (#56928)
1 parent da45ec3 commit 8f84475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/github-models/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To call models programmatically, you’ll need:
5050
-H "Content-Type: application/json" \
5151
https://models.github.ai/inference/chat/completions \
5252
-d '{"model":"openai/gpt-4.1","messages":[{"role":"user","content":"What is the capital of France?"}]}'
53-
```
53+
```
5454

5555
1. You’ll receive a response like this:
5656

0 commit comments

Comments
 (0)