64bit / async-openai

Rust library for OpenAI
https://docs.rs/async-openai
MIT License
1.09k stars 161 forks source link

Supporting streams when running assistants #205

Closed fversaci closed 2 months ago

fversaci commented 5 months ago

Hi!

Do you have any plans to support streaming the responses from assistants?

Thanks!

64bit commented 5 months ago

Need to wait until available in spec: https://github.com/openai/openai-openapi/issues/208

b0xtch commented 4 months ago

Update here https://github.com/openai/openai-openapi/pull/209

Tails commented 3 months ago

The OpenAPI spec seems to have been implemented. Is there a working branch for this functionality?