Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

fix: remove dump function call #334

Merged
merged 1 commit into from
Jun 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/Platform/Bridge/OpenRouter/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public function request(Model $model, array|string $payload, array $options = []

public function convert(ResponseInterface $response, array $options = []): LlmResponse
{
dump($response->getContent(false));

$data = $response->toArray();

if (!isset($data['choices'][0]['message'])) {
Expand Down
Loading