Skip to content

Commit 6ead0cc

Browse files
authored
Update example-6-rag-multi-step-query.py
1 parent 98f166f commit 6ead0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎fast_start/rag/example-6-rag-multi-step-query.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ def msa_processing(library_name, llm_model_name):
108108
LLMWareConfig().set_active_db("sqlite")
109109

110110
# this is part of the DRAGON model series - RAG-fine-tuned fact-based Q&A model
111-
llm = "dragon-yi-answer-tool"
111+
llm = "bling-phi-3-gguf"
112112

113-
# feel free to also try: "bling-phi-3-gguf" as a good substitute option
113+
# feel free to also try: "dragon-yi-answer-tool" as a good substitute option
114114

115115
m = msa_processing("example6_library", llm)
116116

0 commit comments

Comments
 (0)