Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -91,10 +91,9 @@ def respond(
|
|
91 |
# Predefined list of placeholder models for the Featured Models accordion
|
92 |
models_list = [
|
93 |
"meta-llama/Llama-3.3-70B-Instruct",
|
94 |
-
"
|
95 |
-
"
|
96 |
-
"
|
97 |
-
"HuggingFace/distilgpt2",
|
98 |
]
|
99 |
|
100 |
# Function to filter models based on search input
|
|
|
91 |
# Predefined list of placeholder models for the Featured Models accordion
|
92 |
models_list = [
|
93 |
"meta-llama/Llama-3.3-70B-Instruct",
|
94 |
+
"microsoft/Phi-3.5-mini-instruct",
|
95 |
+
"mistralai/Mistral-7B-Instruct-v0.3",
|
96 |
+
"Qwen/Qwen2.5-72B-Instruct",
|
|
|
97 |
]
|
98 |
|
99 |
# Function to filter models based on search input
|