Skip to content

kfields/nicechain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages