pedrojlazevedo / twitch-chatgpt

ChatGPT Implementation for Twitch Streamers
67 stars 1.63k forks source link

API error Remote Server Returned Code 500 #7

Closed matteo335 closed 1 year ago

matteo335 commented 1 year ago

I suddenly had an error in the API. I tried everything by redoing everything from the beginning with 2 different accounts (different fork and different chatGPT API key).

log.txt

pedrojlazevedo commented 1 year ago

Hello Matteo,

It seems that your OpenAI account does not have any money:

    message: 'You exceeded your current quota, please check your plan and billing details.',

type: 'insufficient_quota',

It seems that OpenAI is not giving any free credits when creating a new account. Also, you did not set the variable: 2023-04-24 01:20:20.407: `GPT_MODE is undefined.

matteo335 commented 1 year ago

I tried use the API key of someone else who never used any API keys. And I tried to redoing everything from the beginning, and that other person too and who never use cyclic, but still doesn't work for the same reason. The GPT_MODE is not related to this error because even still that doesn't work.

So unfortunately the problem comes from something else..