Robert Piosik
Robert Piosik
> Hi, > > is this legal to use in the app. It voids Google policy via sending automated requests.
This whole style extraction thing sounds like a good chunk of work slowing down fast refresh and building times or am I just being overly anxious?
When using ollama, all you need to do is set `` as stop sequence, when using https://github.com/huggingface/llm-vscode it would be: ``` "llm.requestBody": { "stream": true, "options": { "stop": [ ""...
Hi, from what I tested https://github.com/emilkowalski/vaul tackles this behavior on chrome correctly, maybe we could get some inspiration from them.
For me, any message and start conversation over from there, just like in chatgpt.
@rjmacarthy Could you look into this? Please 🙏 I can't live without editing my prompts :-(
Amazing job. Thank you. Speaking of bugs - I think response should not be regenerated when the edited prompt has not changed, or we should have a button to cancel...
Hi, what's the status of this? Highly needed 🙏
Muhammed, what is the release cycle? Thanks
To clarify, I can't accommodate for layout shift on any child of `body`. While I can set `padding-left` or any other property without a problem, `padding-right` gets cleared.