Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -110,16 +110,10 @@ print("Chatbot interface created.")
|
|
110 |
|
111 |
# Placeholder featured models list
|
112 |
FEATURED_MODELS_LIST = [
|
113 |
-
"
|
114 |
-
"
|
115 |
-
"
|
116 |
-
"
|
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
|