https://github.com/anchen1011/chatgpt-finetune-ui
Simple python WebUI for fine-tuning ChatGPT (gpt-3.5-turbo)
https://github.com/anchen1011/chatgpt-finetune-ui
chatbot chatgpt finetune gpt-3 gpt-35-turbo gui live-demo openai openai-api openai-chatgpt streamlit streamlit-webapp webui
Last synced: 3 months ago
JSON representation
Simple python WebUI for fine-tuning ChatGPT (gpt-3.5-turbo)
- Host: GitHub
- URL: https://github.com/anchen1011/chatgpt-finetune-ui
- Owner: anchen1011
- License: mit
- Created: 2023-08-23T12:56:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T14:14:36.000Z (over 1 year ago)
- Last Synced: 2025-01-17T14:14:27.656Z (3 months ago)
- Topics: chatbot, chatgpt, finetune, gpt-3, gpt-35-turbo, gui, live-demo, openai, openai-api, openai-chatgpt, streamlit, streamlit-webapp, webui
- Language: Python
- Homepage: http://system2.space:8001
- Size: 509 KB
- Stars: 178
- Watchers: 5
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - chatgpt-finetune-ui - Simple python WebUI for fine-tuning ChatGPT (gpt-3.5-turbo) (Chatbots)
README
# chatgpt-finetune-ui
Simple python WebUI for fine-tuning gpt-3.5-turbo
## 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](http://system2.space:8001)