Spaces:
Running
Running
SkyNetWalker
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -74,15 +74,12 @@ def respond(
|
|
74 |
print("Completed response generation.")
|
75 |
|
76 |
models = [
|
77 |
-
"PowerInfer/SmallThinker-3B-Preview",
|
78 |
-
"unsloth/phi-4-unsloth-bnb-4bit",
|
79 |
-
"driaforall/Dria-Agent-a-3B",
|
80 |
-
"kyutai/helium-1-preview-2b",
|
81 |
"ngxson/MiniThinky-v2-1B-Llama-3.2",
|
|
|
|
|
82 |
"NovaSky-AI/Sky-T1-32B-Preview",
|
83 |
"Qwen/QwQ-32B-Preview",
|
84 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
85 |
-
"meta-llama/Llama-3.2-3B-Instruct",
|
86 |
"microsoft/Phi-3-mini-128k-instruct",
|
87 |
]
|
88 |
|
|
|
74 |
print("Completed response generation.")
|
75 |
|
76 |
models = [
|
|
|
|
|
|
|
|
|
77 |
"ngxson/MiniThinky-v2-1B-Llama-3.2",
|
78 |
+
"meta-llama/Llama-3.2-3B-Instruct",
|
79 |
+
"PowerInfer/SmallThinker-3B-Preview",
|
80 |
"NovaSky-AI/Sky-T1-32B-Preview",
|
81 |
"Qwen/QwQ-32B-Preview",
|
82 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
|
83 |
"microsoft/Phi-3-mini-128k-instruct",
|
84 |
]
|
85 |
|