This amazing project allows users to chat with GPT-3 and get answers to their questions. The best part is that there is no registration required to start chatting.
Please note that due to the limitations of the OpenAI API Keys, the web may not respond in some cases. If this happens, the solution is to add your own OpenAI API key to the project.
In the server folder, you will need to create an .env file and add your own API key in the following line of code:
apiKey: process.env.OPENAI_API_KEY,
Make sure to add your API key within the code block precisely how it is shown above.
We recommend you to create your own OpenAI API key by following the documentation available in the OpenAI website so as to have the best experience while using this project.
Icon | Name | Version |
---|---|---|
cors | ^2.8.5 | |
dotenv | ^16.0.3 | |
express | ^4.18.2 | |
nodemon | ^2.0.22 | |
openai | ^3.2.1 |
Icon | Name | Version |
---|---|---|
vite | latest |
You can also chat right away at Codex-ChatGPT.
Please feel free to contribute to the project by submitting pull requests or opening issues. Your contributions are always appreciated.
If you find this project useful, please give it a star! Thank you. 🙌