We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebbc56 commit dc362edCopy full SHA for dc362ed
examples/gke_inference_gateway_standard_cluster/README.md
@@ -62,13 +62,12 @@ This Terraform script automates the deployment of all necessary Kubernetes resou
62
```bash
63
curl -i -X POST http://${IP}:${PORT}/v1/completions \
64
-H "Content-Type: application/json" \
65
- -d
66
- {
+ -d '{
67
"model": "food-review",
68
"prompt": "What is a good recipe for a chicken curry?",
69
"max_tokens": 100,
70
"temperature": "0.7"
71
- }
+ }'
72
```
73
74
## Cleanup
0 commit comments