Skip to content

Commit 6ba2489

Browse files
committed
update
1 parent 5b17792 commit 6ba2489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DEEPSEEK_API_KEY="your_api_key"
4141
use DeepseekClient;
4242

4343
$deepseek = app(DeepseekClient::class);
44-
$response = $deepseek->query('Hello deepseek, how are you Today ^_^ ?')->run();
44+
$response = $deepseek->query('Hello deepseek, I am Laravel Framework , how are you Today ^_^ ?')->run();
4545
print_r("deepseek API response : " . $response);
4646
```
4747

0 commit comments

Comments
 (0)