Skip to content

Commit

Permalink
Fix typo in MIGRATION.md (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiLucas00 authored Jan 21, 2025
1 parent 2611c82 commit 77c7220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We have made significant changes to the `mistralai` library to improve its usabi
| `client.chat` | `client.chat.complete` |
| `client.chat_stream` | `client.chat.stream` |
| `client.completions` | `client.fim.complete` |
| `client.completions_strem` | `client.fim.stream` |
| `client.completions_stream`| `client.fim.stream` |
| `client.embeddings` | `client.embeddings.create` |
| `client.list_models` | `client.models.list` |
| `client.delete_model` | `client.models.delete` |
Expand All @@ -49,7 +49,7 @@ We have made significant changes to the `mistralai` library to improve its usabi
| `async_client.chat` | `client.chat.complete_async` |
| `async_client.chat_stream` | `client.chat.stream_async` |
| `async_client.completions` | `client.fim.complete_async` |
| `async_client.completions_strem` | `client.fim.stream_async` |
| `async_client.completions_stream`| `client.fim.stream_async` |
| `async_client.embeddings` | `client.embeddings.create_async` |
| `async_client.list_models` | `client.models.list_async` |
| `async_client.delete_model` | `client.models.delete_async` |
Expand Down

0 comments on commit 77c7220

Please sign in to comment.