josephrocca / OpenCharacters

Simple little web interface for creating characters and chatting with them. It's basically a single HTML file - no server. Share characters using a link (character data is stored within the URL itself). All chat data is stored in your browser using IndexedDB. Currently supports OpenAI APIs and ~any Hugging Face model.
https://josephrocca.github.io/OpenCharacters
MIT License
367 stars 63 forks source link

Website Dimension "Stretched" Caused By Long Responses #1

Closed LTBlueLatios closed 1 year ago

LTBlueLatios commented 1 year ago

Inputting a long response that does not go into a new line causes the page to increase in dimensions, specifically at the elongated response.

How to replicate

Input a response like aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa You get what I mean

josephrocca commented 1 year ago

Thanks! Should be fixed now. (Allow a couple of minutes for Github Pages cache to clear)