/nicechain

AI chat app built with NiceGUI and LangChain

Primary LanguagePythonMIT LicenseMIT

nicechain 😄 🔗

AI chat app built with NiceGUI and LangChain


Table of Contents

Configuration

cp .env.example .env

Edit the .env file and set the values for OPENAI_API_KEY and COHERE_API_KEY

Installation

Recommended method using Hatch

pip install --upgrade pip

python3 -m pip install --user pipx
python3 -m pipx ensurepath

pipx install hatch

hatch shell

Best way to install Hatch if you don't have it

pip install --upgrade pip

python3 -m pip install --user pipx
python3 -m pipx ensurepath

pipx install hatch

Usage

python main.py

License

nicechain is distributed under the terms of the MIT license.