This is a project I did to learn Java! It's a basic api that sends a prompt to the open ai api and returns a response!
This project was developed with the following technologies:- Java
- Marven
Run it on your machine locally. Make sure you have Node.js
, Java
and npm
installed before proceeding with the steps below:
- Clone the project:
$ git clone https://github.com/natamartins/GPT3-Turbo.git
- In your termi, access the project folder:
$ cd GPT3-Turbo
- Install dependencies:
$ npm install
- Start project:
$ npm run dev