1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix code block formatting in GitHub Models quickstart (#56928)

This commit is contained in:
Kate Catlin
2025-07-31 11:53:18 -07:00
committed by GitHub
parent da45ec3cb9
commit 8f844755e2

View File

@@ -50,7 +50,7 @@ To call models programmatically, youll need:
-H "Content-Type: application/json" \
https://models.github.ai/inference/chat/completions \
-d '{"model":"openai/gpt-4.1","messages":[{"role":"user","content":"What is the capital of France?"}]}'
```
```
1. Youll receive a response like this: