CodeCraft is an AI chatbot I created using vanilla JavaScript and the OpenAI API. This chatbot utilizes the GPT-3.5-turbo chat model to provide responsive conversational experiences on various devices. Additionally, Postman was employed for testing the OpenAI API integration.
Live Site: https://code-craft-one.vercel.app
- OpenAI API Integration: Utilizes the OpenAI API to generate responses for the chatbot.
- Responsive Design: Ensures smooth functioning and optimal user experience across different device sizes.
- Vanilla JavaScript: Developed using plain JavaScript, making it lightweight and easy to understand.
- Postman Testing: Employed Postman for testing the OpenAI API endpoints and integration.
To use CodeCraft, follow these steps:
-
Clone the repository:
git clone https://github.com/btarrant/openai_app.git
-
Open
index.html
in your web browser. -
Interact with the chatbot and enjoy the conversation!
-
or live demo here - https://code-craft-one.vercel.app
Contributions are welcome! If you'd like to contribute to CodeCraft, feel free to submit a pull request. Make sure to follow the existing code style and conventions.
- OpenAI for providing the powerful GPT-3.5-turbo chat model and API.
- Postman for simplifying API testing and integration.
For any inquiries or support, please contact brandontarrant04@gmail.com.