Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 317 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 317 Bytes

chatgpt-finetune-ui

Simple python WebUI for fine-tuning gpt-3.5-turbo

screenshot

Installation

pip install openai
pip install streamlit

Usage

streamlit run main.py --server.port 8001 --server.address 0.0.0.0

Experimental Demo

system2.space/8001