Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fd959b4

Browse filesBrowse 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
Copy full SHA for fd959b4

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed

‎composer.json

Copy file name to clipboardExpand all lines: composer.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Facades/OpenAI.php
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.