This web application, built using the Streamlit library, enables users to interact with websites through conversation. Users can enter the URL of a website, ask questions, and receive answers generated by AI, utilizing OpenAI's language models.
- Website Interaction: Users can input the URL of any website and interact with its content via chat.
- AI-Driven Responses: Utilizes advanced language models to generate relevant and accurate responses.
- Conversation History: Maintains a history of the conversation to provide context for responses.
- Python 3.6 or higher
- pip
Install the required libraries using pip:
pip install streamlit
pip install langchain-core langchain-community langchain-openai
pip install python-dotenv