bishmoy commited on
Commit
e30a68e
·
verified ·
1 Parent(s): e226984

swapped gemma-7b-it with gemma-2-2b-it

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from utils import get_md_text_abstract, search_cleaner, get_arxiv_live_search
12
 
13
  retrieve_results = 10
14
  show_examples = False
15
- llm_models_to_choose = ['mistralai/Mixtral-8x7B-Instruct-v0.1','mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-7b-it', 'None']
16
 
17
  token = os.getenv("HF_TOKEN")
18
 
 
12
 
13
  retrieve_results = 10
14
  show_examples = False
15
+ llm_models_to_choose = ['mistralai/Mixtral-8x7B-Instruct-v0.1','mistralai/Mistral-7B-Instruct-v0.2', 'google/gemma-2-2b-it', 'None']
16
 
17
  token = os.getenv("HF_TOKEN")
18