jonny

Results 7 comments of jonny

Yeah, the state doesn't load the data properly. Sometimes it's there and sometimes it doesn't.

Having the same issue. I'm using Flutter Web. The overflow text gets cut off entirely. Height resizes. Width doesn't resize. All other text gets cut out of frame.

You can kind of make this happen in gr.Dataset, but it's not as pretty

My use case, right now, is to create a stream I can pass on to FastAPI's StreamResponse. I don't imagine a multiple-final-steps option. Though, I could see how it would...

A .run_stream() option seems much cleaner. In my flow, I used a Thought, Observation, Action chain, and I needed to know: 1. When the generation was completed before submitting the...