You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
It's easy fix:
Thank you
The text was updated successfully, but these errors were encountered: