WilliamKarolDiCioccio / open_local_ui

OpenLocalUI: Native desktop app for Windows, MacOS and Linux. Easily run Large Language Models locally, no complex setups required. Inspired by OpenWebUI's simplicity for LLM use.
MIT License
16 stars 2 forks source link

Remove input length limit from message field #56

Closed Rossi1337 closed 2 weeks ago

Rossi1337 commented 2 weeks ago

Remove input length limit but still show character count. As we do not know what context window limits are in place by the currently used model we should not limit the input field.

This change will remove the input limit but still show the "character count" below the text field.