Skip to content

Commit

Permalink
Merge pull request #1047 from llmware-ai/doberst-patch-1
Browse files Browse the repository at this point in the history
Update example-6-rag-multi-step-query.py
  • Loading branch information
doberst authored Oct 14, 2024
2 parents 98f166f + 6ead0cc commit d2fefda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fast_start/rag/example-6-rag-multi-step-query.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d2fefda

Please sign in to comment.