Skip to content

Commit

Permalink
Adding the credentials again
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiagoNelsi committed Dec 26, 2019
1 parent ad96051 commit ca1bff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions robots/export.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ exports.exportJSON = content => {
wikipediaOriginalContent:content.sourceContentOriginal,
sanitizedContent:content.sanitizedContent,
abstract:content.summarizedSourceContent,
keywords:content.keywords,
imagesUrl: []
}

Expand Down
2 changes: 1 addition & 1 deletion robots/text-robot.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const sbd = require('sbd')

// Algorithmia API
const algorithmia = require('algorithmia')
const algorithmiaApiKey = require('../credentials/algorithmia.json').ApiKey
const algorithmiaApiKey = require('../credentials/algorithmia.json').apikey
const algorithmiaAutenticated = algorithmia(algorithmiaApiKey) // Retorna um instancia autenticada da API

// Natural Language Understanding API
Expand Down

0 comments on commit ca1bff2

Please sign in to comment.