[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: 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