This is a coding chatbot project that is a clone of ChatGPT using OpenAI's API and vanilla JavaScript.
1.Utilizes OpenAI's API to generate responses to coding-related questions and problems
2.Implements a simple vanilla JavaScript frontend
3.Allows users to have coding-focused conversations with the chatbot
You can try out Codex-AI Chatbot at https://code-x-ai-cbfd.vercel.app/
To use this chatbot, you will need to:
1.Obtain an API key from OpenAI by creating an account at https://beta.openai.com/signup.
2.Clone this repository to your local machine.
3.Replace the placeholder text in script.js with your own API key or create .env file.
4.Run the frontend and backend servers.
If you would like to contribute to this project, please fork the repository and create a pull request with your changes.