Skip to content

Does the client support streaming output? #21

@sxin0

Description

@sxin0

Hi there,

I'm using the DeepSeek PHP client and noticed there's a withStream() method in the DeepSeekClient class. I'm wondering if this client fully supports streaming output functionality?

From the code, I can see:

public function withStream(bool $stream = true): self
{
    $this->stream = $stream;
    return $this;
}

Could you please confirm:

  1. Is streaming output fully supported?
  2. How should I properly implement streaming output in my application?
  3. Are there any specific requirements or limitations when using streaming?

Thank you for your time and help!

Best regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions