An AI-based web application that uses advanced GPT3 model API and works like ChatGPT by OpenAI.
Available at: https://chat-gpt-clone-ebsmtmp3r-msadiq10.vercel.app/
- HTML
- CSS
- JavaScript
- Vite
- NodeJS
- OpenAI
Note: The current API key is expired. Under the server
folder, you must add a .env
file containing the following line:
OPENAI_API_KEY = "YOUR_API_KEY"
where "YOUR_API_KEY" is the API key you obtain from OpenAI API: https://platform.openai.com/
Referred the following tutorial: https://www.youtube.com/watch?v=2FeymQoKvrk