From 812c7826ab0d19b12e89668a7336dbbbbea4f62f Mon Sep 17 00:00:00 2001 From: topshenyi-web Date: Fri, 3 Apr 2026 14:32:48 -0400 Subject: [PATCH] fix: hardcord llm endpoint for now --- src/translate/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 {