Skip to content

Commit 10dfed9

Browse files
authored
feat(meta): add support for 0.17.0 of client + conversation facade (#173)
1 parent d60f0a0 commit 10dfed9

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.16.1"
16+
"openai-php/client": "^0.17.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
@@ -16,6 +16,7 @@
1616
* @method static \OpenAI\Resources\Chat chat()
1717
* @method static \OpenAI\Resources\Completions completions()
1818
* @method static \OpenAI\Resources\Containers containers()
19+
* @method static \OpenAI\Resources\Conversations conversations()
1920
* @method static \OpenAI\Resources\Embeddings embeddings()
2021
* @method static \OpenAI\Resources\Edits edits()
2122
* @method static \OpenAI\Resources\Files files()

0 commit comments

Comments
 (0)