Update app.py
Browse files
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):
|