Skip to content

Commit

Permalink
Merge pull request #6 from GeraudBourdin/main
Browse files Browse the repository at this point in the history
Update Readme
  • Loading branch information
GeraudBourdin authored Mar 4, 2024
2 parents c5cd14d + 2d664d4 commit 4bb2c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ foreach ($client->chatStream($messages) as $chunk) {
$apiKey = 'YOUR_PRIVATE_MISTRAL_KEY';
$strings = ['Hello', 'World', 'Hello World'];

$client = new Client($apiKey);
$client = new MistralClient($apiKey);
$embeddings = $client->embeddings($strings);
print_r($embeddings);
```
Expand Down

0 comments on commit 4bb2c91

Please sign in to comment.