kfields / nicechain

AI chat app built with NiceGUI and LangChain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

AI chat app built with NiceGUI and LangChain

License:MIT License


Languages

Language:Python 100.0%