Skip to content

Commit fd959b4

Browse files
authored
feat: add Responses API to Facade + bump openai-php/client version (#147)
* feat: add Responses API to Facade * chore: uses 0.13 of the client
1 parent 92b2412 commit fd959b4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^8.2.0",
1414
"guzzlehttp/guzzle": "^7.9.3",
1515
"laravel/framework": "^11.29|^12.12",
16-
"openai-php/client": "^0.12.0"
16+
"openai-php/client": "^0.13.0"
1717
},
1818
"require-dev": {
1919
"laravel/pint": "^1.22.0",

src/Facades/OpenAI.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @method static \OpenAI\Resources\Images images()
2424
* @method static \OpenAI\Resources\Models models()
2525
* @method static \OpenAI\Resources\Moderations moderations()
26+
* @method static \OpenAI\Resources\Responses responses()
2627
* @method static \OpenAI\Resources\Threads threads()
2728
* @method static \OpenAI\Resources\VectorStores vectorStores()
2829
*/

0 commit comments

Comments
 (0)