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 d60f0a0 commit 10dfed9Copy full SHA for 10dfed9
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.16.1"
+ "openai-php/client": "^0.17.0"
17
},
18
"require-dev": {
19
"laravel/pint": "^1.22.0",
src/Facades/OpenAI.php
@@ -16,6 +16,7 @@
* @method static \OpenAI\Resources\Chat chat()
* @method static \OpenAI\Resources\Completions completions()
* @method static \OpenAI\Resources\Containers containers()
+ * @method static \OpenAI\Resources\Conversations conversations()
20
* @method static \OpenAI\Resources\Embeddings embeddings()
21
* @method static \OpenAI\Resources\Edits edits()
22
* @method static \OpenAI\Resources\Files files()
0 commit comments