WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 333 forks source link

Token Slider Updates #95

Open GOvEy1nw opened 1 year ago

GOvEy1nw commented 1 year ago

As an expansion to the user-controlled token slider, I wonder if you could also add a hint of how many words the amount of tokens roughly equal (~750 words per 1000 tokens for 3.5Turbo), to make it easier for the general user to understand.

So, for example, it could be a single slider that the user can slide between giving the prompt or the response more tokens to use. If the slider is in the centre, it would give 2048 tokens to the prompt and 2048 tokens to the response. If you slide the slider to the left the prompt gets more tokens, if you slide it to the right the response gets more tokens.

visual example:

image image