Skip to content

Commit 609f76c

Browse files
committed
bug #29 fix: remove dump function call (d0niek)
This PR was merged into the main branch. Discussion ---------- fix: remove `dump` function call | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | | License | MIT Cherry picking php-llm/llm-chain#334 Commits ------- 326533c fix: remove `dump` function call (#334)
2 parents 84e5ed3 + 326533c commit 609f76c

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)