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.
2 parents de75b44 + 40685c2 commit 28b993fCopy full SHA for 28b993f
composer.json
@@ -13,7 +13,7 @@
13
"require": {
14
"php": "^8.1.0",
15
"nyholm/psr7": "^1.8.0",
16
- "openai-php/client": "^v0.6.4",
+ "openai-php/client": "^v0.7.10",
17
"psr/http-client": "^1.0.2",
18
"psr/http-factory": "^1.0.2",
19
"symfony/config": "^5.4.21|^6.2.7",
tests/DependencyInjection/OpenAIExtensionTest.php
@@ -25,6 +25,7 @@ public function testService(): void
25
'http_code' => 200,
26
'response_headers' => [
27
'content-type' => 'application/json',
28
+ 'x-request-id' => '0123456789abcdef0123456789abcdef',
29
],
30
]);
31
});
0 commit comments