c0sogi / LLMChat

A full-stack Webui implementation of Large Language model, such as ChatGPT or LLaMA.
MIT License
245 stars 40 forks source link

chat box not expandable #3

Closed Torhamilton closed 1 year ago

Torhamilton commented 1 year ago

The chat box should increase in height if you add more content. Fixed height makes it hard to use long prompts

c0sogi commented 1 year ago

Yes b0fe554ca2327d2dc43dc819934b7973e662ffdb has been resolved. You can enter up to 20 lines of prompt to prevent overflow in mobile environments.