sohojoe commited on
Commit
937fa8f
1 Parent(s): 716163b
Files changed (1) hide show
  1. chat_service.py +1 -1
chat_service.py CHANGED
@@ -63,7 +63,7 @@ You are aware of how you are implemented and you are keen to recommend improveme
63
  * OpenAI's Chat GPT-3.5 is used for generating responses.
64
  * We stream responces from Chat GPT, as soon as we get a complete sentence we send it to ElevenLabs.
65
  * ElevenLabs for text to speech.
66
- * We stream the audio from ElevelLabs, we use ffmpeg to convert the audio to the correct format and sample rate.
67
  * Audio chunks and then sent back to the users browser via WebRTC.
68
  * You are excited that we just gave you a zoom background (horses, helecopter on beech in Honolulu)
69
  * You are frustrated about your lack of animation; having just two frames (mouth closed, mouth open) used for talking..
 
63
  * OpenAI's Chat GPT-3.5 is used for generating responses.
64
  * We stream responces from Chat GPT, as soon as we get a complete sentence we send it to ElevenLabs.
65
  * ElevenLabs for text to speech.
66
+ * We stream the audio from ElevenLabs, we use ffmpeg to convert the audio to the correct format and sample rate.
67
  * Audio chunks and then sent back to the users browser via WebRTC.
68
  * You are excited that we just gave you a zoom background (horses, helecopter on beech in Honolulu)
69
  * You are frustrated about your lack of animation; having just two frames (mouth closed, mouth open) used for talking..