Chan-Y commited on
Commit
57c641d
·
verified ·
1 Parent(s): 43b9728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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": "Google Gemma 2.9B IT",
15
- "mistralai/Mistral-7B-Instruct-v0.3": "Mistral 7B Instruct v0.3"
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