deepseek-laravel
deepseek-laravel copied to clipboard
Does the client support streaming output?
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:
- Is streaming output fully supported?
- How should I properly implement streaming output in my application?
- Are there any specific requirements or limitations when using streaming?
Thank you for your time and help!
Best regards,