Skip to content

An LLM chat app with plugins, different models, responsiveness and more!

Notifications You must be signed in to change notification settings

PyChatAI/pychatai-chat

Repository files navigation

PyChatAI

PyChatAI logo

PyChatAI is a Python package that allows you to create your own chat app, using different LLM models and plugins.

Getting the code

To get the code, it is recommended to use Git. You can then clone the repository with the following command:

git clone https://github.com/PyChatAI/pychatai-chat.git

Installation

To use PyChatAI, you need Python 3.8 or higher. First you will need to install packages. For this, you need to install Poetry. Afterwards you can install the packages in the terminal with the following command in the root directory of the project (where the pyproject.toml file is located):

poetry install

(Alternatively, you can also install the packages with pip install -r requirements.txt).

Usage

To start the app, you need to run the following command in the root directory of the project:

poetry run reflex run