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

This commit is contained in:
Deven Patel
2024-01-25 22:29:24 +05:30
committed by GitHub
parent 344dbeee42
commit 120690afd4

View File

@@ -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)