From 6de6bc35a6d54e2e3aea71c7bbc93ead34fc869b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 17 Jun 2024 16:46:46 -0700 Subject: [PATCH] docs - codestral --- docs/my-website/docs/providers/codestral.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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