3raphat / chatGPT-discord-bot

chatGPT via Discord bot using discord.js and openai
MIT License
5 stars 3 forks source link

Cloning Issue & Error 429 #2

Open 1MiloAC opened 1 year ago

1MiloAC commented 1 year ago

Please read Error #3 before continuing.

Cloning

There seems to be an issue with the repository as cloning it with:

git clone link Doesn't have every file such as deploy-commands.js, .env.example

Instead use: gh link You will have to install GitHub CLI in order for this to work.

Error 429

Upon running the scripts trying to use the command:

/chat Will result in an error 429 which is due to the OpenAiApi not receiving the key.

Note: This is not just related to web based hosting as I have tried this on both a Debian terminal and Windows Cmd. This issue is persistent.

3raphat commented 1 year ago

Sorry, this is the wrong link. Please check the last commit :)

3raphat commented 1 year ago

Error 429: That's weird because it works for me. I don't know how to solve this issue.

image