RakeshUtekar commited on
Commit
62f1f08
·
verified ·
1 Parent(s): 0b06d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -55,9 +55,9 @@ def main():
55
 
56
  model_names = [
57
  "meta-llama/Llama-3.3-70B-Instruct",
58
- "meta-llama/Llama-3.1-405B-Instruct",
59
- "lmsys/vicuna-13b-v1.5",
60
- "mistral-7b"
61
  ]
62
  selected_model = st.selectbox("Select a model:", model_names)
63
 
 
55
 
56
  model_names = [
57
  "meta-llama/Llama-3.3-70B-Instruct",
58
+ "mistralai/Mistral-7B-v0.1",
59
+ "lmsys/vicuna-13b-v1.5"
60
+
61
  ]
62
  selected_model = st.selectbox("Select a model:", model_names)
63