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 734cc34 commit aafe5f5Copy full SHA for aafe5f5
readme.md
@@ -19,7 +19,7 @@ Example usage of the `Client` class.
19
```php
20
21
$config = new Config();
22
-$config->setBaseUri('https://api.openai.com/v1/')
+$config->setBaseUri('https://api.groq.com/openai/v1')
23
->setApiKey('your-api-key-here')
24
// optional
25
->setSecretKey('your-secret-key-here');
0 commit comments