Skip to content

Commit b27aa70

Browse files
committed
Revert "Fix failing tests"
This reverts commit d77d4f8.
1 parent 3b96cf2 commit b27aa70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/AgentSquad/Providers/LlmsProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function provide(string|array $messages, ?string $model = null, in
5656
private static function callDeepInfra(array $messages, string $model, int $timeoutInSeconds = 60): array
5757
{
5858
return self::post(
59-
config('towerify.deepinfra.api') . '/chat/completions', config('towerify.deepinfra.api_key', 'fake_bearer'), $messages, $model, $timeoutInSeconds);
59+
config('towerify.deepinfra.api') . '/chat/completions', config('towerify.deepinfra.api_key'), $messages, $model, $timeoutInSeconds);
6060
}
6161

6262
private static function post(string $url, string $bearer, array $messages, string $model, int $timeoutInSeconds = 60): array

0 commit comments

Comments
 (0)