Nymbo commited on
Commit
6a2e496
·
verified ·
1 Parent(s): 10ffb1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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
- "PlaceholderModel1",
20
- "PlaceholderModel2",
21
- "PlaceholderModel3",
22
- "PlaceholderModel4",
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):