AI chat app built with NiceGUI and LangChain
Table of Contents
cp .env.example .env
Edit the .env file and set the values for OPENAI_API_KEY
and COHERE_API_KEY
Recommended method using Hatch
pip install --upgrade pip
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install hatch
hatch shell
pip install --upgrade pip
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install hatch
python main.py
nicechain
is distributed under the terms of the MIT license.