Skip to content

Commit 70ec1da

Browse files
authored
feat(meta): Add support for 0.15.0 of client + container facade. (#161)
* feat: add containers api to facade * chore: request at least v0.15.0 of client
1 parent cee51d2 commit 70ec1da

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.14.0"
16+
"openai-php/client": "^0.15.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
@@ -15,6 +15,7 @@
1515
* @method static \OpenAI\Resources\Batches batches()
1616
* @method static \OpenAI\Resources\Chat chat()
1717
* @method static \OpenAI\Resources\Completions completions()
18+
* @method static \OpenAI\Resources\Containers containers()
1819
* @method static \OpenAI\Resources\Embeddings embeddings()
1920
* @method static \OpenAI\Resources\Edits edits()
2021
* @method static \OpenAI\Resources\Files files()

0 commit comments

Comments
 (0)