-
-
Notifications
You must be signed in to change notification settings - Fork 238
Closed
Description
PHP Deprecated: OpenAI::client(): Implicitly marking parameter $organization as nullable is deprecated, the explicit nullable type must be used instead in vendor/openai-php/client/src/OpenAI.php on line 13
Deprecated: OpenAI::client(): Implicitly marking parameter $organization as nullable is deprecated, the explicit nullable type must be used instead in vendor/openai-php/client/src/OpenAI.php on line 13
It's easy fix:
public static function client(string $apiKey, ?string $organization = null): Client
Thank you
Metadata
Metadata
Assignees
Labels
No labels