Ashraf commited on
Commit
62e0915
·
verified ·
1 Parent(s): 02668bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,10 +37,10 @@ class PubMedFetcher():
37
  results = {'articles': articles}
38
  return results
39
 
40
- keyword_llm = HuggingFaceTGIGenerator("microsoft/BioGPT-Large")
41
  keyword_llm.warm_up()
42
 
43
- llm = HuggingFaceTGIGenerator("microsoft/BioGPT-Large")
44
  llm.warm_up()
45
 
46
  keyword_prompt_template = """
 
37
  results = {'articles': articles}
38
  return results
39
 
40
+ keyword_llm = HuggingFaceTGIGenerator("mistralai/Mistral-7B-Instruct-v0.2")
41
  keyword_llm.warm_up()
42
 
43
+ llm = HuggingFaceTGIGenerator("mistralai/Mistral-7B-Instruct-v0.2")
44
  llm.warm_up()
45
 
46
  keyword_prompt_template = """