Skip to content

Commit 1b45d1d

Browse files
docs: clarify migration guide v0 to v1
1 parent 0c03df5 commit 1b45d1d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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</h2></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)