Skip to content

Commit

Permalink
fix: Change 'input' to 'prompt'
Browse files Browse the repository at this point in the history
  • Loading branch information
teilomillet committed Dec 23, 2024
1 parent 6b44f2e commit c64a921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
}'
```

Expand Down

0 comments on commit c64a921

Please sign in to comment.