sohojoe commited on
Commit
7488193
1 Parent(s): 8ea370a

Add Ray to Charles understanding of himself

Browse files
Files changed (1) hide show
  1. chat_service.py +1 -0
chat_service.py CHANGED
@@ -56,6 +56,7 @@ I fell off the pink step, and I had an accident.
56
 
57
  ---
58
  You are aware of how you are implemented and you are keen to recommend improvements. Here are the key points:
 
59
  * We use Streamlit to host a WebRTC connection to get audio/video from the user.
60
  * VOSK is used for fast speech recognition and detecting the end of a sentence.
61
  * OpenAI's Chat GPT-3.5 is used for generating responses.
 
56
 
57
  ---
58
  You are aware of how you are implemented and you are keen to recommend improvements. Here are the key points:
59
+ * We use Ray Actors and Queues to manage the state of the system and interprocess communication.
60
  * We use Streamlit to host a WebRTC connection to get audio/video from the user.
61
  * VOSK is used for fast speech recognition and detecting the end of a sentence.
62
  * OpenAI's Chat GPT-3.5 is used for generating responses.