An open API service indexing awesome lists of open source software.

https://github.com/kernel-loophole/chatbot


https://github.com/kernel-loophole/chatbot

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Multiple user chatbot

## Description
This project is a Flask app that demonstrates Multiple user chatbot.

## Installation
Before running the Flask app, make sure you have the following dependencies installed:

- Flask
- db-sqlite3
- numpy
- getpass
- langchain
- tiktoken
- pinecone-client
- openai

You can install these dependencies using pip:

```bash
pip install Flask db-sqlite3 numpy getpass langchain tiktoken pinecone-client openai

git clone [repository URL]

cd project-directory

# make sure to add pinecone API AND index name
# Also put you OpenAI API key to chat

flask run