Skip to content

A minimal ChatGPT-like UI built with Streamlit

License

Notifications You must be signed in to change notification settings

niels-oz/simple-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chat

A minimal ChatBot-like UI built with Streamlit.

Installation

git clone https://github.com/niels-oz/simple-chat.git
cd simple-chat
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Then create a .env file and add your API key from https://platform.openai.com/account/api-keys

Usage

To use the application, run the app.py file:

streamlit run app.py

About

A minimal ChatGPT-like UI built with Streamlit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%