Skip to content

Project using OpenAI to simulate a travel agency with a supervisor and workers LLMs that can access the internet to retrieve a travel itinerary.

Notifications You must be signed in to change notification settings

wilsonfsouza/travel-agent-openai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub top language License Made by Wilson Franca

Travel Agent LLM (OpenAI)

Table of contents

AboutFeaturesTechnologiesAuthorLicense

💻 About the project

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.


⚙️ Features

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.


🛠 Technologies

The following tools were used in this project:

See the file requirements.txt


💪 How to contribute to this project

  1. Fork the project.
  2. Start a new branch with your changes: git checkout -b my-new-feature
  3. Save it and create a commit message describing what you have done: git commit -m "feature: My new feature"
  4. Send your alterations: git push origin my-feature

👨‍💻 Author



Wilson Franca


Linkedin Badge Gmail Badge


📝 License

This project is being developed under MIT License.

Made with ❤️ by Wilson Franca 👋

About

Project using OpenAI to simulate a travel agency with a supervisor and workers LLMs that can access the internet to retrieve a travel itinerary.

Topics

Resources

Stars

Watchers

Forks