Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ import fitz
|
|
11 |
|
12 |
# Define the list of LLMs with their names and models
|
13 |
lm_list = {
|
14 |
-
"google/gemma-2-9b-it": "
|
15 |
-
"mistralai/Mistral-7B-Instruct-v0.3": "Mistral
|
16 |
}
|
17 |
|
18 |
# Initialize the query engine globally
|
|
|
11 |
|
12 |
# Define the list of LLMs with their names and models
|
13 |
lm_list = {
|
14 |
+
"google/gemma-2-9b-it": "google/gemma-2-9b-it",
|
15 |
+
"mistralai/Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3"
|
16 |
}
|
17 |
|
18 |
# Initialize the query engine globally
|