Skip to content

ElonMusk2002/Codex-ChatGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 Welcome to Codex-ChatGPT!

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.

Table of Contents

Important Note

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.

Backend Dependencies

Icon Name Version
cors cors ^2.8.5
dotenv dotenv ^16.0.3
express express ^4.18.2
nodemon nodemon ^2.0.22
openai openai ^3.2.1

Frontend Dependencies

Icon Name Version
vite vite latest

Project Statistics

GitHub last commit GitHub repo size GitHub stars GitHub forks

You can also chat right away at Codex-ChatGPT.

Contribute

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. 🙌