Using Open AI LLM and Tools to create an assistant to help with booking etc
An assistant leveraging OpenAI's Large Language Models (LLMs) and associated tools to assist with airline booking and related queries.
- LLM-Powered Assistance: Utilizes OpenAI's LLMs to understand and respond to user inquiries.
- Booking Support: Aims to assist users in the airline booking process.
- Tool Integration: Incorporates various tools to enhance functionality (specific tools not detailed).
README.md: Project overview and information.flight_assistant.ipynb: Jupyter Notebook detailing the assistant's implementation.
-
Clone the Repository:
git clone https://github.com/umerjavaidkh/AI_Airline_Assistant.git cd AI_Airline_Assistant -
Install Dependencies: (Assuming a
requirements.txtis provided)pip install -r requirements.txt
-
Run the Notebook: Open
flight_assistant.ipynbusing Jupyter Notebook or JupyterLab to explore and interact with the assistant.