openai-php / client

⚡️ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.
MIT License
4.56k stars 466 forks source link

Implement thread run stream #366

Closed petermjr closed 2 months ago

petermjr commented 3 months ago

What:

Description:

Quick Implementation of thread runs stream response. https://platform.openai.com/docs/api-reference/runs/createRun#runs-createrun-stream

Related:

https://github.com/openai-php/client/issues/357