Spaces:
Running
on
T4
Running
on
T4
minor
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import uuid
|
|
11 |
import json
|
12 |
|
13 |
# Constants
|
14 |
-
SYSTEM_PROMPT = """You are
|
15 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
16 |
TITLE = "<h1><center>SmallThinker-3B Chat</center></h1>"
|
17 |
MODEL_PATH = "PowerInfer/SmallThinker-3B-Preview"
|
|
|
11 |
import json
|
12 |
|
13 |
# Constants
|
14 |
+
SYSTEM_PROMPT = """You are a helpful assistant."""
|
15 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
16 |
TITLE = "<h1><center>SmallThinker-3B Chat</center></h1>"
|
17 |
MODEL_PATH = "PowerInfer/SmallThinker-3B-Preview"
|