Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
chr-hertel committed Oct 5, 2024
1 parent eeab030 commit c4d143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reasoning-openai.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@

$response = (new Chain($llm))->call(new MessageBag(Message::ofUser($prompt)));

echo $response.PHP_EOL;
echo $response->getContent().PHP_EOL;

0 comments on commit c4d143a

Please sign in to comment.