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

Commit 9f537c1

Browse files
authored
Apply suggestion from @OskarStark
1 parent d5d142b commit 9f537c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Platform/Bridge/Albert/PlatformFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ public static function create(
3232
}
3333
// Don't add trailing slash here - let the model clients handle it
3434

35-
// Create Albert-specific model clients with custom base URL
3635
$gptClient = new GPTModelClient($httpClient, $apiKey, $baseUrl);
3736
$embeddingsClient = new EmbeddingsModelClient($httpClient, $apiKey, $baseUrl);
3837

0 commit comments

Comments
 (0)