From 120690afd4c79b65deee45cd943c1d117abc944a Mon Sep 17 00:00:00 2001 From: Deven Patel Date: Thu, 25 Jan 2024 22:29:24 +0530 Subject: [PATCH] [Docs] Update mistral model in quickstart example (#1215) --- docs/get-started/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started/quickstart.mdx b/docs/get-started/quickstart.mdx index ac43b2f9..da98f532 100644 --- a/docs/get-started/quickstart.mdx +++ b/docs/get-started/quickstart.mdx @@ -47,7 +47,7 @@ app.query("What is the net worth of Elon Musk today?") llm: provider: huggingface config: - model: 'mistralai/Mistral-7B-v0.1' + model: 'mistralai/Mistral-7B-Instruct-v0.2' top_p: 0.5 embedder: provider: huggingface @@ -80,4 +80,4 @@ Now that you have created your first app, you can follow any of the links: * [Introduction](/get-started/introduction) * [Customization](/components/introduction) * [Use cases](/use-cases/introduction) -* [Deployment](/get-started/deployment) \ No newline at end of file +* [Deployment](/get-started/deployment)