Skip to content

Commit b699dc4

Browse files
authored
fix: remove dump function call (#334)
1 parent 0e79eb6 commit b699dc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Platform/Bridge/OpenRouter/Client.php

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

4747
public function convert(ResponseInterface $response, array $options = []): LlmResponse
4848
{
49-
dump($response->getContent(false));
50-
5149
$data = $response->toArray();
5250

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

0 commit comments

Comments
 (0)