Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,11 +16,10 @@ print("OpenAI client initialized.")
|
|
16 |
# We'll define a list of placeholder featured models for demonstration.
|
17 |
# In real usage, replace them with actual model names available on Hugging Face.
|
18 |
models_list = [
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"PlaceholderModel5"
|
24 |
]
|
25 |
|
26 |
def filter_featured_models(search_term):
|
|
|
16 |
# We'll define a list of placeholder featured models for demonstration.
|
17 |
# In real usage, replace them with actual model names available on Hugging Face.
|
18 |
models_list = [
|
19 |
+
"meta-llama/Llama-3.1-8B-Instruct",
|
20 |
+
"microsoft/Phi-3.5-mini-instruct",
|
21 |
+
"mistralai/Mistral-7B-Instruct-v0.3",
|
22 |
+
"Qwen/Qwen2.5-72B-Instruct"
|
|
|
23 |
]
|
24 |
|
25 |
def filter_featured_models(search_term):
|