From 8ec7e25c06e2b90a60493274dca7bf12856f1c93 Mon Sep 17 00:00:00 2001 From: Eric Ma Date: Sun, 17 Dec 2023 23:51:02 -0500 Subject: [PATCH] Update mistral.md Eliminated typo with extra quotation mark. --- docs/my-website/docs/providers/mistral.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/mistral.md b/docs/my-website/docs/providers/mistral.md index a7869415b6a..29ca9169d9e 100644 --- a/docs/my-website/docs/providers/mistral.md +++ b/docs/my-website/docs/providers/mistral.md @@ -14,7 +14,7 @@ import os os.environ['MISTRAL_API_KEY'] = "" response = completion( - model="mistral/mistral-tiny"", + model="mistral/mistral-tiny", messages=[ {"role": "user", "content": "hello from litellm"} ],