Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 1217e51

Browse files
authored
Apply suggestion from @OskarStark
1 parent 397395b commit 1217e51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Platform/Bridge/Albert/GPTModelClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public function __construct(
2323
private string $baseUrl,
2424
) {
2525
$this->httpClient = $httpClient instanceof EventSourceHttpClient ? $httpClient : new EventSourceHttpClient($httpClient);
26+
2627
if ('' === $apiKey) {
2728
throw new InvalidArgumentException('The API key must not be empty.');
2829
}

0 commit comments

Comments
 (0)