IAMJB commited on
Commit
6eb3ac3
·
1 Parent(s): a0359a1

update model

Browse files
Files changed (1) hide show
  1. paper_chat_tab.py +3 -3
paper_chat_tab.py CHANGED
@@ -92,12 +92,12 @@ def paper_chat_tab(paper_id):
92
  )
93
 
94
  models = [
95
- "Meta-Llama-3.1-8B-Instruct",
96
  "Meta-Llama-3.1-70B-Instruct",
97
- "Meta-Llama-3.1-405B-Instruct",
98
  ]
99
 
100
- default_model = models[-1]
101
 
102
  # Dropdown for selecting the model
103
  model_dropdown = gr.Dropdown(
 
92
  )
93
 
94
  models = [
95
+ # "Meta-Llama-3.1-8B-Instruct",
96
  "Meta-Llama-3.1-70B-Instruct",
97
+ # "Meta-Llama-3.1-405B-Instruct",
98
  ]
99
 
100
+ default_model = models[0]
101
 
102
  # Dropdown for selecting the model
103
  model_dropdown = gr.Dropdown(