瀏覽代碼

[Docs] Update mistral model in quickstart example (#1215)

Deven Patel 1 年之前
父節點
當前提交
120690afd4
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/get-started/quickstart.mdx

+ 2 - 2
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)
+* [Deployment](/get-started/deployment)