Skip to content

Commit 8d3e778

Browse files
committed
Update relationships.sh
...to not request explanations
1 parent 9a2c3c3 commit 8d3e778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/relationships.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ curl "$url" \
1616
-H "X-RosetteAPI-Key: $1" \
1717
-H 'Content-Type:application/json' \
1818
-H 'Accept:application/json' \
19-
-d "{\"content\": \"$relationships_text_data\", \"options\": {\"model\": \"short-string\", \"explain\": true}}"
19+
-d "{\"content\": \"$relationships_text_data\"}"

0 commit comments

Comments
 (0)