From 8d3e77811596e0daf7f5bf46abf146e416e585c4 Mon Sep 17 00:00:00 2001 From: lauren12292 Date: Mon, 21 Mar 2016 14:58:54 -0400 Subject: [PATCH] Update relationships.sh ...to not request explanations --- examples/relationships.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/relationships.sh b/examples/relationships.sh index b697307..a27887b 100755 --- a/examples/relationships.sh +++ b/examples/relationships.sh @@ -16,4 +16,4 @@ curl "$url" \ -H "X-RosetteAPI-Key: $1" \ -H 'Content-Type:application/json' \ -H 'Accept:application/json' \ - -d "{\"content\": \"$relationships_text_data\", \"options\": {\"model\": \"short-string\", \"explain\": true}}" + -d "{\"content\": \"$relationships_text_data\"}"