About • Features • Technologies • Author • License
Project using OpenAI to simulate a travel agency with a supervisor and workers LLMs that can access the internet to retrieve a travel itinerary for an England trip.
OBS: I initially had this deployed in an AWS lambda (see lambda_handler function); however, I took it down since it was charging my credit card for $20/monthly.
The workers will leverage Beuatiful Soup to web scrap relevant information on:
The supervisor will review the work done by the workers and return a travel itinerary with a list of events happening in the week of the trip, flight tickets pricing, and additional requests made by the user.
The following tools were used in this project:
See the file requirements.txt
- Fork the project.
- Start a new branch with your changes:
git checkout -b my-new-feature - Save it and create a commit message describing what you have done:
git commit -m "feature: My new feature" - Send your alterations:
git push origin my-feature
This project is being developed under MIT License.
Made with ❤️ by Wilson Franca 👋