You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,24 @@ Experience conversations with more depth, emotion and feeling by using SpeechGPT
7
7
<br>
8
8
**IMPORTANT NOTE: To succssfully execute this project, your ChatGPT Api key is required in app.js**
9
9
<br><br>
10
-
This is the first version of SpeechGPT.
10
+
This is the latest version of SpeechGPT.
11
11
In this version, the following features are:
12
12
13
13
14
-
-**Text-to-speech AI language model (ChatGPT)**
14
+
-**Text-to-speech AI language model (ChatGPT):**
15
15
Your responses are sent to ChatGPT through the API and ChatGPT's answers are received by the program using the API. These answers are
16
16
converted to a fully utf-8 encoded string, devoid of any HTML entities. This is done so that the text-to-speech does not cause the synthesized
17
17
speech to utter something like: "The dog and hashtag thirty-four semicolon and the cat..." because of the HTML entity """
18
18
You can see the response that ChatGPT replied, but you will also hear it.
19
19
20
-
-**Settings**
20
+
-**User ability to use speech-to-text:**
21
+
As the AI "speaks" to the user, the user is also able to speak to the AI, through a speech-to-text conversion process. The converted text from the speech input is sent to ChatGPT through the API. So, it will literally act like Alexa on a computer, and further enhances the user's conversation with the AI language model, as it would feel more real and detailed.
22
+
23
+
-**Settings:**
21
24
There is a settings feature, but this version's settings interface only contains a button to clear the current conversation. Other future releases may contain features in the settings interface that allow the user to be able to change the voice, rate of words, pitch and volume of the synthesized speech.
22
25
<br><br>
23
26
## Features that will be taken in consideration for future releases:
24
-
-**User ability to use speech-to-text**
25
-
As the AI "speaks" to the user, the user can also be able to speak to the AI, through a speech-to-text conversion process. The converted text from the speech input would be sent to ChatGPT through the API. So, it will literally act like Alexa on a computer, and will even further enhance the user's conversation with the AI language model, as it would feel more real and detailed.
26
-
27
-
-**Record of past conversations**
27
+
-**Record of past conversations:**
28
28
The user would be able to easily access past conversations with the AI.
0 commit comments