This is an application that uses the gpt chat api to generate travel itineraries
- Clone this repository:
git clone https://github.com/aldojunior990/trip-plan-ia-api.git
-
Install dependencies with Maven.
-
Generate an OpenAI key in: https://platform.openai.com/
-
Save the generated key in aplication.properties.
currentLocal - Your city.
destination - City you want to visit.
countOfDays - Number of days you will spend in the city.
travelDate - Date of your trip.
GET roadmap/generate - Generate script
.