This is a starter code you can clone to build your first AI project in JavaScript✊
It's a simple chat interface that allows you to talk with the Last Codebender.
It utilizes the OpenAI gpt-3.5-turbo model for chat completion.
PS: You need to enter your API key in the top right to use the app. You can find your key here after you create an account on https://platform.openai.com.
- Clone the git repo. Follow these instructions if you don't know how to do it.
- Open the app folder in your favorite IDE (I use VSCode).
- Open your terminal and run
yarnto install the dependencies for the app. - Once this is done, run
yarn startin your terminal. - Your app should now be running in development mode. Visit http://localhost:3000 to view it in your browser.
