Skip to content

Commit 326533c

Browse files
d0niekchr-hertel
authored andcommitted
fix: remove dump function call (#334)
1 parent 5fd754a commit 326533c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/platform/src/Bridge/OpenRouter/Client.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ public function request(Model $model, array|string $payload, array $options = []
5353

5454
public function convert(ResponseInterface $response, array $options = []): LlmResponse
5555
{
56-
dump($response->getContent(false));
57-
5856
$data = $response->toArray();
5957

6058
if (!isset($data['choices'][0]['message'])) {

0 commit comments

Comments
 (0)