Skip to content
Snippets Groups Projects

Deprecated function: Creation of dynamic property

1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -20,6 +20,13 @@ use Orhanerday\OpenAi\OpenAi;
*/
class OpenAiGPT3Base extends AugmentorBase implements ContainerFactoryPluginInterface {
/**
* The OpenAI SDK API client.
*
* @var \Orhanerday\OpenAi\OpenAi
*/
protected $client;
/**
* Gets the OpenAI SDK API client.
*
Loading