openai / transformer-debugger

MIT License
4.01k stars 231 forks source link

Update README.md #13

Closed akshayvkt closed 5 months ago

akshayvkt commented 5 months ago

Pointing to the location of main.py within activation server

akshayvkt commented 5 months ago

Separately, my terminal window is spammed with these logs when I run the Neuron Viewer, although the Neuron viewer and explainer work properly. I did not find the option to report an Issue, hence I'm adding it as a comment to the PR.

{'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'}}
Retrying after API error: 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. (https://api.openai.com/v1/chat/completions)
akshayvkt commented 5 months ago

ah, you're right - I found my issue, I did not know about the recent API change which now needs a credit balance for successful API requests.