-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New OpenAI model update solution #252
Comments
btw for the messages not being auto send after speech to text, just look for the comment // Find the send button and enable it and change the code bellow the comment to
|
@hoshizorista thank you so much, but we have a new problem. Elevenlabs has changed their API keys and the new key generations don't work with this extension, I keep getting errors, ChatGPT Says [1] ElevenLabs API error: Invalid API key. |
@deadbydonovan not really familiar with those new API keys, do they seem longer? anything particullary changed from older to newest? if you have discord lmk so i can hit you up and help you with that i tried with my usual api key and works ok |
@hoshizorista the new API Keys start with "sk_" followed by a bunch of numbers. I have a discord |
hmu on discord: exile9904 |
@hoshizorista I don't really know how to use Discord, but here's a server I just created to chat. https://discord.gg/kP3ssNCw or message me an invite, sorry I'm new to this. |
for anyone having this same error with newest ElevenLabs TTS, just go to CN_TTS_ELEVENLABS_APIKEY = CN_RemovePunctuation(jQuery("#TTGPTElevenLabsKey").val()+""); and replace it with CN_TTS_ELEVENLABS_APIKEY = jQuery("#TTGPTElevenLabsKey").val()+""; |
(or just download the extension available at my fork) |
Thank you so much for maintaining this! I have a podcast about AI and we rely on it for realtime interaction with our custom GPT-based AI co-host. We are recording our next episode later today and will be sure to give you a shoutout (again). The Up Against Reality podcast really appreciates all of your efforts! |
thank very much amigo |
Hey guys! again OpenAI changed its selectors for chatgpt and broke the extension, I managed to fixed it, check out the fork I made at my profile, well work to keep it updated and bring some cool new functions in the near future
If you dont really want to check the fork and youre a bit code-wise heres the updated functions u need to change on content.js to update it:
1st, look for function CN_CheckNewMessages() and replace the entire function with:
2nd: look for var currentMessageCount = document.querySelectorAll('.text-base .items-start').length; and replace it with
The text was updated successfully, but these errors were encountered: