[Docs] Update mistral model in quickstart example (#1215)
This commit is contained in:
@@ -47,7 +47,7 @@ app.query("What is the net worth of Elon Musk today?")
|
|||||||
llm:
|
llm:
|
||||||
provider: huggingface
|
provider: huggingface
|
||||||
config:
|
config:
|
||||||
model: 'mistralai/Mistral-7B-v0.1'
|
model: 'mistralai/Mistral-7B-Instruct-v0.2'
|
||||||
top_p: 0.5
|
top_p: 0.5
|
||||||
embedder:
|
embedder:
|
||||||
provider: huggingface
|
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)
|
* [Introduction](/get-started/introduction)
|
||||||
* [Customization](/components/introduction)
|
* [Customization](/components/introduction)
|
||||||
* [Use cases](/use-cases/introduction)
|
* [Use cases](/use-cases/introduction)
|
||||||
* [Deployment](/get-started/deployment)
|
* [Deployment](/get-started/deployment)
|
||||||
|
|||||||
Reference in New Issue
Block a user