Spaces:
Running
Running
SkyNetWalker
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -75,6 +75,8 @@ def respond(
|
|
75 |
|
76 |
models = [
|
77 |
"PowerInfer/SmallThinker-3B-Preview",
|
|
|
|
|
78 |
"Qwen/QwQ-32B-Preview",
|
79 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
80 |
"meta-llama/Llama-3.2-3B-Instruct",
|
|
|
75 |
|
76 |
models = [
|
77 |
"PowerInfer/SmallThinker-3B-Preview",
|
78 |
+
"NovaSky-AI/Sky-T1-32B-Preview",
|
79 |
+
"microsoft/phi-4",
|
80 |
"Qwen/QwQ-32B-Preview",
|
81 |
"Qwen/Qwen2.5-Coder-32B-Instruct",
|
82 |
"meta-llama/Llama-3.2-3B-Instruct",
|