From 6ead0cc507add947777489c383e000ebb7ca3583 Mon Sep 17 00:00:00 2001 From: Darren Oberst <41238031+doberst@users.noreply.github.com> Date: Mon, 14 Oct 2024 07:47:04 -0400 Subject: [PATCH] Update example-6-rag-multi-step-query.py --- fast_start/rag/example-6-rag-multi-step-query.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fast_start/rag/example-6-rag-multi-step-query.py b/fast_start/rag/example-6-rag-multi-step-query.py index 7625aba0..c8248de0 100644 --- a/fast_start/rag/example-6-rag-multi-step-query.py +++ b/fast_start/rag/example-6-rag-multi-step-query.py @@ -108,9 +108,9 @@ def msa_processing(library_name, llm_model_name): LLMWareConfig().set_active_db("sqlite") # this is part of the DRAGON model series - RAG-fine-tuned fact-based Q&A model - llm = "dragon-yi-answer-tool" + llm = "bling-phi-3-gguf" - # feel free to also try: "bling-phi-3-gguf" as a good substitute option + # feel free to also try: "dragon-yi-answer-tool" as a good substitute option m = msa_processing("example6_library", llm)