diff --git a/src/components/Chat.jsx b/src/components/Chat.jsx index 088208e8..d467919e 100644 --- a/src/components/Chat.jsx +++ b/src/components/Chat.jsx @@ -203,11 +203,8 @@ ${agent}:` axios.post(endpoint, query).then((response) => { const output = response.data.choices[0].text - //////////////////////////////////////////////////////// - // COMMENTED OUT THE VOICE GENERATION UNTIL THE SCALE UP - /* const ttsEndpoint = - "https://voice.webaverse.com/tts?" + + "https://ai-voice.webaverse.ai/tts?" + "s=" + output + "&voice=" + @@ -223,8 +220,6 @@ ${agent}:` lipSync.startFromAudioFile(arrayBuffer) }) - */ - //////////////////////////////////////////////////////// const agentMessageOutputObject = { name: agent, @@ -268,9 +263,6 @@ ${agent}:` return (
-

- {t("text.apiUnderMaintnance")} -