Home

Awesome

SmoothGPT - a ChatGPT API Enhanced UI

This is my overhauled and improved ChatGPT API UI, forked from patrikzudel (PatrikZeros-ChatGPT-API-UI). Firstly, a HUGE thank you to Patrik for his fantastic work in the original version.

There were a number of improvements I wanted to make. This was initially done for only my personal use, but now I am offering it publicly.

APP IMPROVEMENTS:

Fully Modularized

Export and Import Session

API Checking

Model Selection

Support for Text-To-Speech and Vision Models

Text-To-Speech

Image Recognition

Copy Any Message

PDF Upload Queries

Mid-conversation Editing

Improved Autoscroll

Improved UI

Improved Incoming Data Handling

Safely Stop Incoming Data

Improved Conversation Titles

Conversation Title Editing

NOTE:

The original version had special buttons for "send without history" and "summarize". I removed these as accounting for these edge cases made modularizing the code quite difficult. I also didn't find myself ever making use of them. To "send without history" you can simply start a new conversation. To "summarize" you can simply ask the AI to summarize the conversation. However, now that the code is robustly modularized, someone could add them back in if desired.

Just like the original version, the conversations are stored in the browser cache, and will be lost if the cache is wiped.

I don't necessarily plan to actively support requests, as I forked the original just to improve it for my own needs. Feel free to let me know about bugs, and I might get to it. Otherwise, feel free to fork this or the original and make further improvements.


See the original readme here.