• Stars
    star
    205
  • Rank 191,264 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created about 1 year ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple python WebUI for fine-tuning ChatGPT (gpt-3.5-turbo)

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

http://system2.space:8001