Skip to content

survivor-zik/sales-ollama-langchain

Repository files navigation

Sales Automation Chat

This project has 2 branches, the main branch has the implementation of this project over open-source LLM, where as agents branch has the implementation over OpenAI gpt3.5-turbo

Demo:

You can refer this demo Demo

Description:

This project is aiming towards sending cold emails and then continuing the conversation till forwarded to the admin.

Requirements

1.First of all you must have Python=>3.11 Install Python

2.Conda (for virtual environment) How to download Ananaconda

3.CUDA 11.8 Download Cuda kit

Setting Up

To install the required dependencies, it's recommended to create a new Conda environment:

conda create -p venv python==3.11 -y
conda activate venv/

Install other dependencies

pip install -r requirements.txt

To use the OpenAI,create a .env

OPENAI_API_KEY="your openai api key"

Running the application

1.Using Jupyter Notebook named

example.ipynb

2.Using Chainlit example:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published