Nymbo commited on
Commit
775feaf
·
verified ·
1 Parent(s): 27c8b8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
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
- "bigscience/bloom-7b1",
95
- "EleutherAI/gpt-neo-2.7B",
96
- "OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",
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