Skip to content

Commit ab01fa5

Browse files
committed
clean u p
1 parent c0d27f6 commit ab01fa5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
"name": "Omar Alalwi",
4848
"email": "omaralwi2010@gmail.com",
4949
"role": "creator"
50-
}
50+
}g
5151
],
52-
"version": "2.0.4",
52+
"version": "2.0.5",
5353
"require": {
5454
"php": "^8.1.0",
5555
"nyholm/psr7": "^1.8",

src/DeepSeekClient.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ public function run(): string
9595
QueryFlags::TOOLS->value => $this->tools,
9696
];
9797

98-
\Log::info(['debug info: this is $requestData :' => $requestData ]);
99-
10098
$this->setResult((new Resource($this->httpClient, $this->endpointSuffixes))->sendRequest($requestData, $this->requestMethod));
10199
return $this->getResult()->getContent();
102100
}

0 commit comments

Comments
 (0)