Skip to content

Commit 77c7220

Browse files
authored
Fix typo in MIGRATION.md (#152)
1 parent 2611c82 commit 77c7220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MIGRATION.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We have made significant changes to the `mistralai` library to improve its usabi
2828
| `client.chat` | `client.chat.complete` |
2929
| `client.chat_stream` | `client.chat.stream` |
3030
| `client.completions` | `client.fim.complete` |
31-
| `client.completions_strem` | `client.fim.stream` |
31+
| `client.completions_stream`| `client.fim.stream` |
3232
| `client.embeddings` | `client.embeddings.create` |
3333
| `client.list_models` | `client.models.list` |
3434
| `client.delete_model` | `client.models.delete` |
@@ -49,7 +49,7 @@ We have made significant changes to the `mistralai` library to improve its usabi
4949
| `async_client.chat` | `client.chat.complete_async` |
5050
| `async_client.chat_stream` | `client.chat.stream_async` |
5151
| `async_client.completions` | `client.fim.complete_async` |
52-
| `async_client.completions_strem` | `client.fim.stream_async` |
52+
| `async_client.completions_stream`| `client.fim.stream_async` |
5353
| `async_client.embeddings` | `client.embeddings.create_async` |
5454
| `async_client.list_models` | `client.models.list_async` |
5555
| `async_client.delete_model` | `client.models.delete_async` |

0 commit comments

Comments
 (0)