File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class ApiKeyIsMissing extends InvalidArgumentException
17
17
public static function create (): self
18
18
{
19
19
return new self (
20
- 'The OpenAI API key is missing. Please publish the [openai.php] configuration file and set the [api_key]. '
20
+ 'The OpenAI API Key is missing. Please publish the [openai.php] configuration file and set the [api_key]. '
21
21
);
22
22
}
23
23
}
Original file line number Diff line number Diff line change 43
43
(new ServiceProvider ($ app ))->register ();
44
44
})->throws (
45
45
ApiKeyIsMissing::class,
46
- 'The OpenAI API key is missing. Please publish the [openai.php] configuration file and set the [api_key]. ' ,
46
+ 'The OpenAI API Key is missing. Please publish the [openai.php] configuration file and set the [api_key]. ' ,
47
47
);
You can’t perform that action at this time.
0 commit comments