File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
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 ` |
You can’t perform that action at this time.
0 commit comments