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 75245a1 commit 347021dCopy full SHA for 347021d
articles/ai-studio/how-to/deploy-models-jamba.md
@@ -210,7 +210,7 @@ __Single-turn example Jamba 1.5 large and Jamba 1.5 mini__
210
211
```JSON
212
{
213
- "model":"jamba-1.5-mini", <jamba-1.5-large|jamba-1.5-mini>
+ "model":"jamba-1.5-large", <jamba-1.5-large|jamba-1.5-mini>
214
"messages":[
215
216
"role":"user",
@@ -228,7 +228,7 @@ __Single-turn example Jamba 1.5 large and Jamba 1.5 mini with documents__
228
229
230
231
232
233
234
"role":"system",
0 commit comments