/chatgpt-webui

A webui for chatbot

Primary LanguagePython

chatbot-webui

A simple webui for chatgpt api. image

Setup

conda create -n chatgpt python=3.10
conda activate chatgpt
pip install -r requirements.txt
python launch.py