marcoripa96

Results 8 comments of marcoripa96

Is the sandbox still available? I would like to take a look but the link isn't working

Hi! Thanks for the clarification! I just wanted to point out that I am not using the `render()`. This is also happening using the primitives createStreamableUI and createStreamableValue

I'm currently having a hard time working around this issue. I'm currently developing a shopping assistant for a work project. I want to provide some feedback in the UI when...

Thanks for the fast replay! I tried but it doesn't seem those are the final tokens produced in the `generation_output` variable. This is what I did: ```py from transformers import...

It kinda works now, but still I don't get why I get partial tokens and I don't really have a way to know which tokens needs to be joined (ch...

I've seen this example, but what If I don't have all the prompts at the same time. For example let's say I receive a request and start generating the output...

I am encountering somewhat of the same problem and it's visible in the snap point example as well. When setting modal to `false` and the content of the drawer is...