Skip to content

Commit 5c7625f

Browse files
committed
fix tip notes with mdx
1 parent 0596118 commit 5c7625f

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/hub/models-inference.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,11 @@ completion = client.chat.completions.create(
6868
)
6969
```
7070

71-
> [!NOTE]
72-
> The OpenAI API compatible client is not supported for image generation.
71+
<Tip warning={true}>
72+
73+
The OpenAI API compatible client is not supported for image generation.
74+
75+
</Tip>
7376

7477
</hfoption>
7578

@@ -112,8 +115,11 @@ const completion = await client.chat.completions.create({
112115

113116
```
114117

115-
> [!NOTE]
116-
> The OpenAI API compatible client is not supported for image generation.
118+
<Tip warning={true}>
119+
120+
The OpenAI API compatible client is not supported for image generation.
121+
122+
</Tip>
117123

118124
</hfoption>
119125

0 commit comments

Comments
 (0)