Skip to content

Commit 802080c

Browse files
authored
docs(meta): correct README for wrong intermediate variable in example (#169)
1 parent 0886268 commit 802080c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Finally, you may use the `OpenAI` facade to access the OpenAI API:
4646
```php
4747
use OpenAI\Laravel\Facades\OpenAI;
4848

49-
$result = OpenAI::responses()->create([
49+
$response = OpenAI::responses()->create([
5050
'model' => 'gpt-5',
5151
'input' => 'Hello!',
5252
]);

0 commit comments

Comments
 (0)