OpenVoice icon indicating copy to clipboard operation
OpenVoice copied to clipboard

demo_part2.ipynb is not working

Open netrunner-exe opened this issue 2 years ago • 2 comments

I was not able to test demo_part2.ipynb, because at the stage of loading OPENAI_API_KEY I get an error : RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': `'insufficient_quota'}}. In OpenVoice folder I created an .env file and in it I added generated fresh OpenAI API key in the format OPENAI_API_KEY='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' (this is a random example of the key, it is not valid). I also tried writing it to a file without '', but the error is still the same. Is it possible that I'm doing something wrong or do I need a pay OpenAI for subscription to to test this notebook with OpenAI TTS? I didn't get any response from the developers on this question in another thread, so I'm forced to create this one.

netrunner-exe avatar Jan 08 '24 00:01 netrunner-exe

This is not a problem with OpenVoice. You need to ensure your OpenAI API is usable and there is no problem with OpenAI API billing.

Zengyi-Qin avatar Jan 08 '24 01:01 Zengyi-Qin

This is not a problem with OpenVoice. You need to ensure your OpenAI API is usable and there is no problem with OpenAI API billing.

I'm using a free account and a valid key and don't plan on buying a subscription to OpenAI just to test the demo, it's a bit odd. Are there any other options to just test your claimed demo? For example without the API from OpenAITTS?

netrunner-exe avatar Jan 08 '24 04:01 netrunner-exe