diff --git a/docs/my-website/docs/providers/codestral.md b/docs/my-website/docs/providers/codestral.md index bfe015c4e2..d0b968a125 100644 --- a/docs/my-website/docs/providers/codestral.md +++ b/docs/my-website/docs/providers/codestral.md @@ -23,7 +23,7 @@ Official Mistral API Docs: https://docs.mistral.ai/api/#operation/createFIMCompl -### Sample Usage +#### Sample Usage ```python import os @@ -73,7 +73,7 @@ response = await litellm.atext_completion( -### Sample Usage - Streaming +#### Sample Usage - Streaming ```python import os @@ -140,7 +140,7 @@ Official Mistral API Docs: https://docs.mistral.ai/api/#operation/createChatComp -### Sample Usage +#### Sample Usage ```python import os @@ -196,7 +196,7 @@ response = await litellm.acompletion( -### Sample Usage - Streaming +#### Sample Usage - Streaming ```python import os