tango-app-api-audio-analytics 1.0.29 → 1.0.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-audio-analytics",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "audioAnalytics",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -456,10 +456,10 @@ Only return the JSON array, no other text.`;
456
456
 
457
457
  // ======================= CHAT STREAM API =======================
458
458
 
459
- const CHAT_STREAM_API = 'http://65.2.124.154:8000/api/chat/stream';
460
- const AUDIO_STREAM_API = 'http://65.2.124.154:8000/api/chat/audio/cohort';
461
- const EYE_TEST_STREAM_API = 'http://65.2.124.154:8000/api/chat/pet';
462
- const CONVERSATION_STREAM_API = 'http://65.2.124.154:8000/api/chat/audio/transcript';
459
+ const CHAT_STREAM_API = 'http://13.200.163.127:8000/api/chat/stream';
460
+ const AUDIO_STREAM_API = 'http://13.200.163.127:8000/api/chat/audio/cohort';
461
+ const EYE_TEST_STREAM_API = 'http://13.200.163.127:8000/api/chat/pet';
462
+ const CONVERSATION_STREAM_API = 'http://13.200.163.127:8000/api/chat/audio/transcript';
463
463
 
464
464
 
465
465
  /**