Skip to content

Commit

Permalink
model is not whitelisted anymore (#2384)
Browse files Browse the repository at this point in the history
  • Loading branch information
merla18 authored and stephenplusplus committed Jun 13, 2017
1 parent f2267e6 commit ddb17a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/translate/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,9 @@ Translate.prototype.getLanguages = function(target, callback) {
* not, we set the format as `text`.
* @param {string} options.from - The ISO 639-1 language code the source input
* is written in.
* @param {string} options.model - **Note:** Users must be whitelisted to use
* this parameter. Set the model type requested for this translation. Please
* refer to the upstream documentation for possible values.
* @param {string} options.model - Set the model type requested for this
* translation. Please refer to the upstream documentation for possible
* values.
* @param {string} options.to - The ISO 639-1 language code to translate the
* input to.
* @param {function} callback - The callback function.
Expand Down

0 comments on commit ddb17a0

Please sign in to comment.