nikunjcepatel commited on
Commit
c1a4bd7
·
verified ·
1 Parent(s): 2a23908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -14,7 +14,11 @@ MODEL_OPTIONS = [
14
  "qwen/qwen-2.5-7b-instruct",
15
  "mistralai/mistral-large-2411",
16
  "microsoft/phi-3-medium-128k-instruct",
17
- "meta-llama/llama-3.1-405b-instruct:free"
 
 
 
 
18
  ]
19
 
20
  def generate_comparisons(input_text, selected_models):
 
14
  "qwen/qwen-2.5-7b-instruct",
15
  "mistralai/mistral-large-2411",
16
  "microsoft/phi-3-medium-128k-instruct",
17
+ "meta-llama/llama-3.1-405b-instruct:free",
18
+ "nousresearch/hermes-3-llama-3.1-405b:free",
19
+ "mistralai/mistral-7b-instruct:free",
20
+ "microsoft/phi-3-medium-128k-instruct:free",
21
+ "liquid/lfm-40b:free"
22
  ]
23
 
24
  def generate_comparisons(input_text, selected_models):