This is a Next.js project created.
To get started with the project, follow these steps:
- To check which Node version you have on your computer : node -v
- Link to download Node.js : https://nodejs.org/en/download
- type in prompt the command: npm create vite@latest client --template vanilla
You need to get OpenAI API key, which can be found there: https://beta.openai.com/account/api-keys
OpenAI API documentation can be found there: https://platform.openai.com/docs/api-reference
If you're experiencing 401, 429, or similar issues, here are some potential solutions:
- Proper API key from OpenAI: It's possible that you are not using a valid API key from OpenAI. You can get an API key by visiting https://beta.openai.com/account/api-keys.
- Free credits offered by OpenAI: If you are using the free credits offered by OpenAI to use their models, you can check your usage at https://beta.openai.com/account/usage. If you have used up your free credits, you can check the pricing and upgrade your account at https://openai.com/api/pricing/.
- Proper server deployment: Make sure you use the deployed link from Render at https://render.com/.