RakeshUtekar commited on
Commit
59e9cef
·
verified ·
1 Parent(s): 4d94499

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -45,8 +45,12 @@ def main():
45
 
46
  model_names = [
47
  "meta-llama/Llama-3.3-70B-Instruct",
48
- "meta-llama/Llama-3.1-405B-Instruct",
49
- "lmsys/vicuna-13b-v1.5"
 
 
 
 
50
  ]
51
  selected_model = st.selectbox("Select a model:", model_names)
52
 
 
45
 
46
  model_names = [
47
  "meta-llama/Llama-3.3-70B-Instruct",
48
+ "mistralai/Mistral-7B-v0.1",
49
+ "lmsys/vicuna-13b-v1.5",
50
+ "tiiuae/falcon-180B",
51
+ "EleutherAI/gpt-neox-20b",
52
+ "dice-research/lola_v1"
53
+
54
  ]
55
  selected_model = st.selectbox("Select a model:", model_names)
56