This project demonstrates the use of a conversational AI model using Python. It leverages the langchain_ollama and langchain_core libraries to create an interactive chat application. The model used is llama3.2, which provides intelligent responses based on the given context and user input.
- Interactive conversation handling
- Context-aware responses
- Easy to extend and customize
- Python 3.7+
langchain_ollamalibrarylangchain_corelibrary
- Clone the repository.
- Install the required libraries.
- Run the
main.pyfile to start the conversation.
git clone <repository-url>
cd <repository-directory>
pip install langchain_ollama langchain_core
python main.py