Spaces:
Running
Running
swapped gemma-7b-it with gemma-2-2b-it
Browse files
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-
|
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 |
|