Skip to content

Commit 08b237f

Browse files
authored
Update README.md
1 parent f27f4c6 commit 08b237f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ Experience conversations with more depth, emotion and feeling by using SpeechGPT
77
<br>
88
**IMPORTANT NOTE: To succssfully execute this project, your ChatGPT Api key is required in app.js**
99
<br><br>
10-
This is the first version of SpeechGPT.
10+
This is the latest version of SpeechGPT.
1111
In this version, the following features are:
1212

1313

14-
- **Text-to-speech AI language model (ChatGPT)**
14+
- **Text-to-speech AI language model (ChatGPT):**
1515
Your responses are sent to ChatGPT through the API and ChatGPT's answers are received by the program using the API. These answers are
1616
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
1717
speech to utter something like: "The dog and hashtag thirty-four semicolon and the cat..." because of the HTML entity "&#34;"
1818
You can see the response that ChatGPT replied, but you will also hear it.
1919

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:**
2124
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.
2225
<br><br>
2326
## 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:**
2828
The user would be able to easily access past conversations with the AI.
2929
<br><br>
3030
## Package/Module Prerequisites

0 commit comments

Comments
 (0)