deepseek-laravel
deepseek-laravel copied to clipboard
Laravel wrapper for Deepseek PHP client, to seamless deepseek API integration with laravel applications.
I am using the Laravel 12 version. I hope to incorporate the component you developed into my program. Therefore, I have forced the adaptation to Laravel 12. I hope you...
Hello, When call DeepSeekClient->run() with $stream = true, returned response should be iterable, but now it returns raw SSE data as string.
## Description I would like to request support for file uploads in the DeepSeekClient. Currently, it seems there is no direct method to upload files to the DeepSeek API. ##...
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...
https://github.com/symfony/http-client/blob/7.0/composer.json symfony/http-client only supports php 8.2 or above, 8.1 is not supported, this package has dependency conflicts
Could you please advise why this error is displaying? I'm using Laravel 11 I have followed the instructions.
The registered component name '[deepseek-laravel]' is incorrect here because it is not linked in the instance in the service provider. Solution register as DeepSeekClient::class