diff --git a/src/translate/index.js b/src/translate/index.js index 506a45c91e..584881ff19 100644 --- a/src/translate/index.js +++ b/src/translate/index.js @@ -1,9 +1,8 @@ 'use strict'; -const nconf = require('nconf'); const translatorApi = module.exports; -const TRANSLATOR_URL = nconf.get('llm_endpoint') || 'http://localhost:5000'; +const TRANSLATOR_URL = 'http://17313-team11.s3d.cmu.edu:5000' || 'http://localhost:5000'; translatorApi.translate = async function (postData) { try {