Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -71,10 +71,10 @@ def respond(
|
|
71 |
print("Completed response generation.")
|
72 |
|
73 |
models = [
|
|
|
74 |
"PowerInfer/SmallThinker-3B-Preview",
|
75 |
"Qwen/QwQ-32B-Preview",
|
76 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
77 |
-
"meta-llama/Llama-3.2-3B-Instruct",
|
78 |
"microsoft/Phi-3-mini-128k-instruct",
|
79 |
]
|
80 |
|
|
|
71 |
print("Completed response generation.")
|
72 |
|
73 |
models = [
|
74 |
+
"meta-llama/Llama-3.2-3B-Instruct",
|
75 |
"PowerInfer/SmallThinker-3B-Preview",
|
76 |
"Qwen/QwQ-32B-Preview",
|
77 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
|
78 |
"microsoft/Phi-3-mini-128k-instruct",
|
79 |
]
|
80 |
|