We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda9fcb commit afb4a92Copy full SHA for afb4a92
src/Replicate.php
@@ -24,7 +24,7 @@ class Replicate
24
25
private array $inputParams = [];
26
27
- private string $baseUrl = 'https://api.replicate.com/v1/predictions';
+ private string $baseUrl = '';
28
29
private string $token = '';
30
0 commit comments