Skip to content

Commit 3511dbc

Browse files
committed
fix
1 parent e6d6157 commit 3511dbc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/ai-studio/how-to/deploy-models-mistral-nemo.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Mistral AI offers two categories of models. Premium models including [Mistral La
2121

2222
::: zone pivot="programming-language-python"
2323

24+
## Mistral Nemo chat model
25+
2426
Mistral Nemo is a cutting-edge Language Model (LLM) boasting state-of-the-art reasoning, world knowledge, and coding capabilities within its size category.
2527

2628
Mistral Nemo is a 12B model, making it a powerful drop-in replacement for any system using Mistral 7B, which it supersedes. It supports a context length of 128K, and it accepts only text inputs and generates text outputs.
@@ -459,6 +461,8 @@ except HttpResponseError as ex:
459461

460462
::: zone pivot="programming-language-javascript"
461463

464+
## Mistral Nemo chat model
465+
462466
Mistral Nemo is a cutting-edge Language Model (LLM) boasting state-of-the-art reasoning, world knowledge, and coding capabilities within its size category.
463467

464468
Mistral Nemo is a 12B model, making it a powerful drop-in replacement for any system using Mistral 7B, which it supersedes. It supports a context length of 128K, and it accepts only text inputs and generates text outputs.
@@ -916,6 +920,8 @@ catch (error) {
916920
917921
::: zone pivot="programming-language-csharp"
918922
923+
## Mistral Nemo chat model
924+
919925
Mistral Nemo is a cutting-edge Language Model (LLM) boasting state-of-the-art reasoning, world knowledge, and coding capabilities within its size category.
920926
921927
Mistral Nemo is a 12B model, making it a powerful drop-in replacement for any system using Mistral 7B, which it supersedes. It supports a context length of 128K, and it accepts only text inputs and generates text outputs.
@@ -1395,6 +1401,8 @@ catch (RequestFailedException ex)
13951401
13961402
::: zone pivot="programming-language-rest"
13971403
1404+
## Mistral Nemo chat model
1405+
13981406
Mistral Nemo is a cutting-edge Language Model (LLM) boasting state-of-the-art reasoning, world knowledge, and coding capabilities within its size category.
13991407
14001408
Mistral Nemo is a 12B model, making it a powerful drop-in replacement for any system using Mistral 7B, which it supersedes. It supports a context length of 128K, and it accepts only text inputs and generates text outputs.

0 commit comments

Comments
 (0)