Skip to content

Commit

Permalink
remove extra comma
Browse files Browse the repository at this point in the history
Signed-off-by: Yaliang Wu <[email protected]>
  • Loading branch information
ylwu-amzn committed Feb 29, 2024
1 parent 05bf8c8 commit f3ce30b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Note: `conversation_id` here is the string value for "1", but you can use any st
POST /_plugins/_ml/models/<MODEL_ID_HERE>/_predict
{
"parameters": {
"message": "What is the weather like in London?",
"message": "What is the weather like in London?"
}
}
```
Expand Down

0 comments on commit f3ce30b

Please sign in to comment.