Skip to content

p2arthur/ai_langchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AI Conversational Model

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.

Features

  • Interactive conversation handling
  • Context-aware responses
  • Easy to extend and customize

Requirements

  • Python 3.7+
  • langchain_ollama library
  • langchain_core library

Usage

  1. Clone the repository.
  2. Install the required libraries.
  3. Run the main.py file to start the conversation.
git clone <repository-url>
cd <repository-directory>
pip install langchain_ollama langchain_core
python main.py

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages