Skip to content

Commit 809234f

Browse files
docs: fix typo in migration guide (#408)
* docs: fix typo in migration guide * revert: fix typo in migration guide This reverts commit 1b67727. * docs: clarify migration guide v0 to v1
1 parent c52beed commit 809234f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

MIGRATION.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ Only one user-facing type rename: `Tools` -> `ConversationRequestTool`.
9696

9797
---
9898

99-
## Migrating from v0.x to v1.x
99+
<details>
100+
<summary><h1>Legacy: Migrating from v0.x to v1.x</h1></summary>
100101

101102
> **Note:** The v1.x examples below use v1-style imports (e.g., `from mistralai import Mistral`). If you're on v2.x, combine these API changes with the [v1 to v2 import changes](#migration-guide-v1x-to-v2x) above.
102103
@@ -117,3 +118,5 @@ Only one user-facing type rename: `Tools` -> `ConversationRequestTool`.
117118
| `client.jobs.list` | `client.fine_tuning.jobs.list` |
118119
| `client.jobs.retrieve` | `client.fine_tuning.jobs.get` |
119120
| `client.jobs.cancel` | `client.fine_tuning.jobs.cancel` |
121+
122+
</details>

0 commit comments

Comments
 (0)