C-Nedelcu / talk-to-chatgpt

Talk to ChatGPT AI using your voice and listen to its answers through a voice
GNU Affero General Public License v3.0
1.96k stars 335 forks source link

How much would it cost to keep this running? #249

Open deadbydonovan opened 2 weeks ago

deadbydonovan commented 2 weeks ago

Why can't this be a service that we pay for? I'd pay $5 a month to keep using this extension.

hoshizorista commented 2 weeks ago

Not necessary, there are multiple people that use this extension and we will struggle to keep it alive, I have a fork of the extension compatible with GPT4o, check it out if you find difficult to apply the changes to make it work that are discussed on the previous issues!

i3dman420311 commented 1 week ago

@hoshizorista can this be made to auto start? i'd like to not have to press the start button anymore.

hoshizorista commented 1 week ago

@i3dman420311 on content.js look for

// Start key detection
    jQuery(document).on('keydown', function (e) {

and above it, paste

    jQuery(document).ready(function() {
        console.log('Document is ready, starting Talk-To-ChatGPT');
        CN_StartTTGPT();
    });

it will auto-start once chatgpt.com its opened

i3dman420311 commented 1 week ago

@hoshizorista This is fantastic! Thank you!

i3dman420311 commented 1 week ago

@hoshizorista Is it possible to keep the microphone always active. I find that the software will stop listening for unknown reasons other than the tab is not the active tab or chrome is minimized.

i3dman420311 commented 1 week ago

I've also noticed voice playback does not work , unless i go in to settings first then back out.

hoshizorista commented 1 week ago

@i3dman420311 i tested the autostart function and it works fine, it keeps listening until you speak and playback is autoenabled, perhaps you are having an isolated issue, add me to discord if you need more help, my tag is exile9904

i3dman420311 commented 1 week ago

@hoshizorista friend request sent in discord. I also have video of my issues.