Skip to content

Commit aafe5f5

Browse files
committed
update readme
1 parent 734cc34 commit aafe5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Example usage of the `Client` class.
1919
```php
2020

2121
$config = new Config();
22-
$config->setBaseUri('https://api.openai.com/v1/')
22+
$config->setBaseUri('https://api.groq.com/openai/v1')
2323
->setApiKey('your-api-key-here')
2424
// optional
2525
->setSecretKey('your-secret-key-here');

0 commit comments

Comments
 (0)