You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use streaming in a non interactive environment to get around OpenAI's timeout issue when generative long sequences. when stream=True in a guidance program and I try to access the output by subscripting the output using square brackets. I get a generator object cannot be subscripted error. is there an elegant way to get around this issue?
Thank You!
The text was updated successfully, but these errors were encountered:
Hello,
I would like to use streaming in a non interactive environment to get around OpenAI's timeout issue when generative long sequences. when
stream=True
in a guidance program and I try to access the output by subscripting the output using square brackets. I get agenerator object cannot be subscripted
error. is there an elegant way to get around this issue?Thank You!
The text was updated successfully, but these errors were encountered: