Nymbo commited on
Commit
d3123eb
·
verified ·
1 Parent(s): e7683ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -10
app.py CHANGED
@@ -110,16 +110,10 @@ print("Chatbot interface created.")
110
 
111
  # Placeholder featured models list
112
  FEATURED_MODELS_LIST = [
113
- "gpt-3.5-turbo",
114
- "gpt-4",
115
- "bert-base-uncased",
116
- "facebook/blenderbot-3B",
117
- "EleutherAI/gpt-neo-2.7B",
118
- "google/flan-t5-xxl",
119
- "microsoft/DialoGPT-large",
120
- "Salesforce/codegen-16B-multi",
121
- "stabilityai/stablelm-tuned-alpha-7b",
122
- "bigscience/bloom-560m",
123
  ]
124
 
125
  # Define the Gradio Blocks interface
 
110
 
111
  # Placeholder featured models list
112
  FEATURED_MODELS_LIST = [
113
+ "meta-llama/Llama-3.1-8B-Instruct",
114
+ "microsoft/Phi-3.5-mini-instruct",
115
+ "mistralai/Mistral-7B-Instruct-v0.3",
116
+ "Qwen/Qwen2.5-72B-Instruct",
 
 
 
 
 
 
117
  ]
118
 
119
  # Define the Gradio Blocks interface