We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e238841 commit 03d50e8Copy full SHA for 03d50e8
tests/ServiceProvider.php
@@ -42,6 +42,8 @@
42
$app->bind('config', fn () => new Repository([]));
43
44
(new ServiceProvider($app))->register();
45
+
46
+ $app->get(Client::class);
47
})->throws(
48
ApiKeyIsMissing::class,
49
'The OpenAI API Key is missing. Please publish the [openai.php] configuration file and set the [api_key].',
0 commit comments