File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ We have made significant changes to the `mistralai` library to improve its usabi
28
28
| ` client.chat ` | ` client.chat.complete ` |
29
29
| ` client.chat_stream ` | ` client.chat.stream ` |
30
30
| ` client.completions ` | ` client.fim.complete ` |
31
- | ` client.completions_strem ` | ` client.fim.stream ` |
31
+ | ` client.completions_stream ` | ` client.fim.stream ` |
32
32
| ` client.embeddings ` | ` client.embeddings.create ` |
33
33
| ` client.list_models ` | ` client.models.list ` |
34
34
| ` client.delete_model ` | ` client.models.delete ` |
@@ -49,7 +49,7 @@ We have made significant changes to the `mistralai` library to improve its usabi
49
49
| ` async_client.chat ` | ` client.chat.complete_async ` |
50
50
| ` async_client.chat_stream ` | ` client.chat.stream_async ` |
51
51
| ` 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 ` |
53
53
| ` async_client.embeddings ` | ` client.embeddings.create_async ` |
54
54
| ` async_client.list_models ` | ` client.models.list_async ` |
55
55
| ` async_client.delete_model ` | ` client.models.delete_async ` |
You can’t perform that action at this time.
0 commit comments