I’m attempting to use the example on a local machine, specifically using Spyder on Win 11, however the effort has been major.
After going through the process of getting an account from openai website, installing all the libraries including openai, corrected the call from the class example, which is outdated, and a few other minor changes.
I’m still getting an error. The error is "Error code: 429 — which is evidently, ‘You exceeded your current quota’, which is impossible.
This was the first time it was used.
The ChatGPT log pages show no activity. The open ai key was checked and double checked.
I tried:
- Changing name of the environmental variable for the key,
- Used a variable and stripped any leading white spaces,
- used the key as a literal in the openai.api.key function.
none of this worked any differently.
Can anyone point to why this would be?