replicate / llama-chat

A boilerplate for creating a Llama 3 chat app
https://llama3.replicate.dev
Apache License 2.0
765 stars 289 forks source link

Please use a textarea rather than input[type=text] as prompt input #41

Closed grayfallstown closed 9 months ago

grayfallstown commented 10 months ago

Using an input all linebreaks are lost. If I copy some text into it and ask llama2 something about that text, all paragraphs are lost, which might change llama2's output.

This is especially problematic when coding with llama2 as an assistant.

grayfallstown commented 10 months ago

I just found a pull request for that

fofr commented 9 months ago

36 is now merged