Coding partner powered by OpenAI's API.
- HTML
- CSS
- React.js
- Vite
Installation
Install the project dependencies using npm in the client folder:
npm installSet Up Environment Variables
Create a new file named .env in the root of the project and add the following content:
OPENAI_API_KEY = "API STRING"Replace the placeholder values with your actual OpenAI API string. You can obtain these credentials by signing up on the OpenAI website.
In the project client folder, you can run:
Open http://localhost:5173/ to view it in your browser.
Ends server
Tutorial: ChatGPT AI App
YouTube Channel: JavaScript Mastery
- LinkedIn - @avion-cobb
- Twitter - @Blvck_Lotus003