diff --git a/examples/requests.md b/examples/requests.md index 8fe29d7..22942cb 100644 --- a/examples/requests.md +++ b/examples/requests.md @@ -11,7 +11,7 @@ The simplest type of request. Just provide an input text and get a completion. curl -X POST http://localhost:8081/v1/completions \ -H "Content-Type: application/json" \ -d '{ - "input": "What is the capital of France?" + "prompt": "What is the capital of France?" }' ```