We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0596118 commit 5c7625fCopy full SHA for 5c7625f
docs/hub/models-inference.md
@@ -68,8 +68,11 @@ completion = client.chat.completions.create(
68
)
69
```
70
71
-> [!NOTE]
72
-> The OpenAI API compatible client is not supported for image generation.
+<Tip warning={true}>
+
73
+The OpenAI API compatible client is not supported for image generation.
74
75
+</Tip>
76
77
</hfoption>
78
@@ -112,8 +115,11 @@ const completion = await client.chat.completions.create({
112
115
113
116
114
117
118
119
120
121
122
123
124
125
0 commit comments