We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee51d2 commit 70ec1daCopy full SHA for 70ec1da
composer.json
@@ -13,7 +13,7 @@
13
"php": "^8.2.0",
14
"guzzlehttp/guzzle": "^7.9.3",
15
"laravel/framework": "^11.29|^12.12",
16
- "openai-php/client": "^0.14.0"
+ "openai-php/client": "^0.15.0"
17
},
18
"require-dev": {
19
"laravel/pint": "^1.22.0",
src/Facades/OpenAI.php
@@ -15,6 +15,7 @@
* @method static \OpenAI\Resources\Batches batches()
* @method static \OpenAI\Resources\Chat chat()
* @method static \OpenAI\Resources\Completions completions()
+ * @method static \OpenAI\Resources\Containers containers()
* @method static \OpenAI\Resources\Embeddings embeddings()
20
* @method static \OpenAI\Resources\Edits edits()
21
* @method static \OpenAI\Resources\Files files()
0 commit comments