Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.05 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.05 KB

🔰 Natã Martins

GPT3-Turbo v2

📁 Project

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!

💻 Technology

This project was developed with the following technologies:
  • Java
  • Marven

🎯 Use

Run it on your machine locally. Make sure you have Node.js , Java and npm installed before proceeding with the steps below:

  1. Clone the project:
$ git clone https://github.com/natamartins/GPT3-Turbo.git
  1. In your termi, access the project folder:
$ cd GPT3-Turbo
  1. Install dependencies:
$ npm install
  1. Start project:
$ npm run dev

social network