Change ChatGPT Image And Text To Speech Function

ChatGPT

Author
kaes-u-paya
Daily installs
0
Total installs
182
Ratings
0 0 1
Version
0.2
Created
2023-01-17
Updated
2023-01-21
License
MIT
Applies to

This script will read the answer of ChatGPT (text-to-speech). I used it on Firefox with the dark theme of ChatGPT. I also include the Icon change script from another user.

How the script for the text-to-speech works:

Since the answer of ChatGPT is not provided at once but more like an on the fly, typewriter kind answer, we don't want to wait until ChatGPT finished the answer before read it. We would like to start reading the answer while ChatGPT is still answering. This script reads the answer within a loop (timeout) again and again and checks if the answer each cycle has been changed. It starts/continues reading out the answer where it has stopped the cycle before. The problem is where to cut the text for the start of the next cycle. I tried to focus on signs like: ".,!:?" and if there is no sign at all or too far away it should be cut between two words. Answers are often very different. Sometimes there is no punctuation at all or after each line, like within a poem. The script replaces all tags like

etc. with '' in order not to read out tags.

Enjoy the script and feel free to improve it. I'm sure it can be done better than my approach ;)