Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,9 +9,12 @@ API_KEY = os.getenv("OpenRouter_API_KEY")
|
|
9 |
# Define available models for selection
|
10 |
MODEL_OPTIONS = [
|
11 |
"openai/gpt-4o-mini-2024-07-18",
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
|
|
|
|
|
|
15 |
]
|
16 |
|
17 |
def generate_comparisons(input_text, selected_models):
|
|
|
9 |
# Define available models for selection
|
10 |
MODEL_OPTIONS = [
|
11 |
"openai/gpt-4o-mini-2024-07-18",
|
12 |
+
"meta-llama/llama-3.1-405b-instruct",
|
13 |
+
"nvidia/llama-3.1-nemotron-70b-instruct",
|
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):
|