Skip to content

Commit dc362ed

Browse files
committed
fix curl command in readme
1 parent 8ebbc56 commit dc362ed

File tree

1 file changed

+2
-3
lines changed
  • examples/gke_inference_gateway_standard_cluster

1 file changed

+2
-3
lines changed

examples/gke_inference_gateway_standard_cluster/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,12 @@ This Terraform script automates the deployment of all necessary Kubernetes resou
6262
```bash
6363
curl -i -X POST http://${IP}:${PORT}/v1/completions \
6464
-H "Content-Type: application/json" \
65-
-d
66-
{
65+
-d '{
6766
"model": "food-review",
6867
"prompt": "What is a good recipe for a chicken curry?",
6968
"max_tokens": 100,
7069
"temperature": "0.7"
71-
}
70+
}'
7271
```
7372

7473
## Cleanup

0 commit comments

Comments
 (0)