We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dump
1 parent 5fd754a commit 326533cCopy full SHA for 326533c
src/platform/src/Bridge/OpenRouter/Client.php
@@ -53,8 +53,6 @@ public function request(Model $model, array|string $payload, array $options = []
53
54
public function convert(ResponseInterface $response, array $options = []): LlmResponse
55
{
56
- dump($response->getContent(false));
57
-
58
$data = $response->toArray();
59
60
if (!isset($data['choices'][0]['message'])) {
0 commit comments