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
|
@@ -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://
|
|
460
|
-
const AUDIO_STREAM_API = 'http://
|
|
461
|
-
const EYE_TEST_STREAM_API = 'http://
|
|
462
|
-
const CONVERSATION_STREAM_API = 'http://
|
|
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
|
/**
|