This repository contains chatbots built with LangChain & Chainlit. The chatbot can answer questions based on a provided Document or plan dynamic Trip itineraries.
Custom.Travel.Planner.Agent.mp4
Installation:
- Clone the repository:
git clone https://github.com/VikramDesai/langchain-llama_index-chainlit-LLMagent-chatbots.git
- To run the examples, you will need to install the following dependencies:
!pip install langchain openai tiktoken duckduckgo-search
- Once you have installed the dependencies, you can run the example
python3 -m chainlit run HitchHikersGuide.py
Usage:
1.Set your openAI token key inside the file :
os.environ["OPENAI_API_KEY"] = "<openai-key>"